Is there a limit for the number of levels (scenes) in a project?

Hi!

I can not find the answer, google could not find any exact information about how many levels can I use in a Unity project. I switch between scenes with Application.LoadLevel(n) and I’ll use many-many levels, but I should know the limitation, if is there any.

Thx for help!

I can not see why there would be a limit to levels. Memory, for your given format, is your only concern.

I hope so! Thanks for the answer!!