Project 2 - Starter Assets
Last updated
Was this helpful?
Last updated
Was this helpful?
For the remaining projects in this course, we'll use the following provided script files:
Scripts: StateManager.cs - Custom State Machine Logic - Inherits from MonoBehaviour IStateBase.cs - Interface specification BeginState.cs - Example Scene-State script EndState.cs - Example Scene-State script
Scenes: BeginScene EndScene
Each scene contains:
UI Button, UI panel with UI - Text
- Box.com
- Dropbox
Download the UnityPackage using links above.
Create a copy of your Project 1 Unity Project.
Rename your project to reflect: Project2.
Import downloaded custom package into Unity - Project 2 from above link
Unity Top Menu / Assets / Import Custom Package
browse to your downloaded file and import all items
Go to Project / Build Settings
Drag BeginScene, EndScene into Scenes In Build window
Do not Build Project
Open BeginScene, play, use buttons to change between BeginScene, EndScene