How to repeat a scene in unity3d.

hello guys, I am just starting out to develop a racing game for iPhone in unity3d. i want to know how can i repeat my scene dynamically using scripts?

any help will be appreciative.

Hi,

I think you actually might want to look at loadAdditive. It allows you to load assets when you need them, so you can have a very long track, and only load it chunck by chunk ( and also release previous chuncks as well, otherwise you'll get memory crashes).

Look at this thread.

Bye,

Jean