Author Topic: how can I synchronize animation component by using observe function?  (Read 1735 times)

erictang01

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 13
    • View Profile

I want to synchronize the same one  character animation to serval clients in the same time/...

I can do it in Unity Built-in NetWork observe componet ....

but how can I do that by using Tnet?

thanks!!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: how can I synchronize animation component by using observe function?
« Reply #1 on: April 05, 2014, 12:02:19 PM »
Instead of calling some function that will start playing a specific animation, send an RFC call to everyone and play your animation inside it.