Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d17333a

Browse files
committed
initialized readme
0 parents  commit d17333a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Unity Core
2+
3+
Unity Core is a set of highly useful, generic tools built for the Unity 3D game engine. You can pull this source directly into your project's Assets/Scripts directory.
4+
5+
There are 5 categories of tooling in this package:
6+
7+
1. Menu Management
8+
2. Audio Management
9+
3. Scene Management
10+
4. Data Management
11+
5. Session Management
12+
13+
### Menu Management
14+
15+
Managing menus and other various UI elements is hugely important. At a high level, we want to create a system of switches for menu content, or various pages in our projects. To get more control, we may also want to create control structures for animation queueing.

0 commit comments

Comments
 (0)