|
how do i know where i resown when my player has don't destroy on change scene
(comments are locked)
|
|
I think you'll find the answer here: http://answers.unity3d.com/questions/841/scene-connecting There is more than one way to do it so you should read all answers and see which one makes the most sense to you. ok also if i want to make a boat to move with out you chosing where to go what would i do
Jan 17 '10 at 09:02 PM
Babilinski
I can give you a hint but if you need a detailed answer, best ask it as a new question... MANY ways to do movement. You can either set the new position of the object directly in Update(), set a velocity of the object and let Unity's physics handle it, or apply a force to the object and let Unity's physics calculate the velocity. Or you can use Unity's Animation View. If you ask the question, be specific about what you want the boat to do because this is a big topic! Hope this helps.
Jan 18 '10 at 12:04 PM
Bampf
(comments are locked)
|
