UI_pt1
Beginning with re-doing the menu system in my game.
Starting fresh, I'm going with a de-coupling approach to separate Input from Logic. I'm also using the experimental new Unity Input system, which so far has been leaps and bounds better than the legacy version.
Another difference from my original project is I am using multiple scenes. Each menu is its own scene. There is also 1 scene that has all my singletons (the Game Manager and the Sound Manager). When any scene is loaded by unity as part of its Awake it checks if that scene has been loaded, and if not it loads it additively. In this way, no matter what scene i press the play button on, my singletons are always loaded in it.
Engine: Unity
Code: C#
Assets: ProCamera2D https://assetstore.unity.com/packages/tools/camera/pro-camera-2d-the-definitive-...
Music: Frelon-K https://frelon-k.games http://frelon-k-music.com
Unearth the dungeon lair
Oculus Dungeon v2
Status | In development |
Author | pixelvengeance |
Genre | Action |
Tags | 2D |
More posts
- UpdateSep 12, 2020
- Progress UpdateMar 15, 2020
- Working on the first level PT 4Mar 01, 2020
- Level pt 2Feb 25, 2020
- Level pt 1Feb 23, 2020
- UI pt 3Feb 23, 2020
- UI pt2Feb 23, 2020
Leave a comment
Log in with itch.io to leave a comment.