You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is: how can i present the extra stuff like the menu/level selector/jump-hit-buttons? I only see the MenuLevel scene (basically the instant game-start with only one level with 100 possible score and ending after that).
Thanks again.
The text was updated successfully, but these errors were encountered:
So with Unity 5.0, they released a completely new User Interface system. My guess is that none of the UI stuff I originally wrote in 2013 worked once you got the game itself to work with the newest version of Unity. Perhaps they changed the legacy UI system or perhaps it was deprecated and just doesn't work anymore.
To get the menu, level select, and other UI elements working they would probably need to be updated to use to the new UI system, or you'd have to figure out why the legacy system isn't working (could be for either of the reasons listed above).
Hello sorry to bother you again , but the issue was closed.
I've managed to get the game working with the new unity version and ran the game from the following repositories:
https://github.com/Murkantilism/game-off-2013 and https://github.com/Murkantilism/Chromacore .
My question is: how can i present the extra stuff like the menu/level selector/jump-hit-buttons? I only see the MenuLevel scene (basically the instant game-start with only one level with 100 possible score and ending after that).
Thanks again.
The text was updated successfully, but these errors were encountered: