All Questions
Tagged with unityscript scene
2 questions
0
votes
2
answers
76
views
different Scenes but each of them loads per frame
well i want to have something like restaurant that divided in 3 sections.and the user can switch between these but every Scene loads every frame.for example the character is in the first section and ...
1
vote
2
answers
8k
views
Retrieve variable from another class and send to another scene in Unity
Sorry for asking a noob question, but I have never used c# in Unity, only unityscript.
Basically I have a public int score variable stored in ...