Project 2 - Starter Assets
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
Starter Code - Unity Package - Box.com
Starter Code - Unity Package - Dropbox
Instructions:
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
Last updated