-
Notifications
You must be signed in to change notification settings - Fork 4
Unity
Unity is one of the most popular game engines available and has been used to make several AAA games and high-quality indie games. it emphasizes a drag and drop functionality and is very beginner friendly.
Make sure you don't make changes in play mode!
Unity supports 2 languages, C# and UnityScript. UnityScript is being phased out, so use C#. I should mention that Unity uses another specialized scripting language, HLSL, for shader creation.
Use an IDE to create your code (Sublime Text, Microsoft Visual Code or Visual Studio)\
- cameras
- lights
- models
- Empty GameObject
Components are scripts that are added to Game Objects.
prefabs
textures and materials
physics - rigidbodies
collisions
triggers
animation
Sound
particles
Scripting
inputs (keyboard, mouse, etc)
Create a 2d or 3d environment in Unity that represents a perfect world or an imperfect world or both. Incorporate some form movement/animation and user interaction.