Skip to content

A Template of the most basic Main Menu Structure for any Game in Unity3D. Good for mixing with my other Unity Template Proyect: (MyUnity3DGameTemplateForGameJam) https://github.com/almartson/MyUnity3DGameTemplateForGameJam.

License

Notifications You must be signed in to change notification settings

almartson/UnityMainMenuTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityMainMenuTemplate

A Template of the most basic Main Menu Structure for any Game in Unity3D.

It is based in the 'starting from an Empty Scene with some DontDestroyOn(Un)load GameObjects', with important Scripts, such as: GameManager.cs, and common (to all scenes) Components such as: MainCamera, AudioSource (i.e.: Background Music).

I made the Menus based on this Official Unity Tutorial: https://learn.unity.com/tutorial/live-sessions-on-ui#5c7f8528edbc2a002053b4b3

Notes:

  • Also I am sharing in the Assets Folder some good Debugging Tools I customized for my needs (you can make good use of them, according to the M.I.T.'s Licence statements). The Folder's path and name are: 'Assets/_DebugToolsAlMartson'

  • In the path 'Assets/UnityMenu' I included a great Unity Offcial Asset: Unity Samples: UI (https://assetstore.unity.com/packages/essentials/unity-samples-ui-25468)

Have fun!

AlMartson


MIT License

Copyright (c) 2020 AlMartson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Template of the most basic Main Menu Structure for any Game in Unity3D. Good for mixing with my other Unity Template Proyect: (MyUnity3DGameTemplateForGameJam) https://github.com/almartson/MyUnity3DGameTemplateForGameJam.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published