-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Xander Grabowski edited this page Nov 11, 2024
·
7 revisions
- Learn about Unity's basic architecture:
- Understand & move around in Unity Scenes
- Create GameObjects & Materials
- Attach Scripts to create behaviors
- Basics of Lighting & Audio
- Learn how to Build & Test a Unity Project
You can of course ask one of your lovely STS guides for help if you get stuck at any point during this demo, but there are often more of you then there are of us!
If you find yourself stuck with problems in your project, such as cryptic error messages or you're noticing behavior that differs from what is presented, try the following steps while you wait:
- Review and double-check your the previous steps. Game Development (and Programming especially) can require a detail oriented eye. Look for a common issues note on a particular step.
- Ask your neighbor or fellow classmates! If it is a common issue, someone else probably has encountered it and may already have a solution.
- Google is your best friend. Part of being a pro-game developer is understanding how to google technical questions, or find what you need in the manual/documentation. Unity has a great community around it. You likely will find answers to issues on the Unity Community website, Stack Overflow, or elsewhere on the web.