Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
thiaguimrp2's avatar
thiaguimrp2
Honored Guest
11 years ago

Help with Unity 4

Hello all,

I'm developing "Museum of Games 2" and would like you to help me with a problem. As in the first MOG, the models are rotating. Each of the 76 models have an animation that makes it rotate 360 degrees every 10 seconds. I wanted a way (a script maybe) that would allow the player to pause and restart the rotation/animation of the models at anytime. I believe so would be best to observe the models in DK2. I do not know much about programming and have tried everything and failed. If anyone can help me I would appreciate it.

1 Reply

Replies have been turned off for this discussion
  • I would suggest instead of rotating the models with an animation you rotate them just using a script instead. this should allow you to manipulate the rotation much easier at run time.