Unity
Unity is a cross-platform game engine developed by Unity Technologies, first announced and released in June 2005 at Apple Inc.'s Worldwide Developers Conference as a Mac OS X-exclusive game engine.
-
The Unity Editor: An Introduction
@kauress 12719 ViewsJun 21, 2022, 4:57 AM UTC 126 Views 0 Likes 0 CommentsAn introduction to the different panels of the Unity Editor
-
3rd person character controller -1
@kauress 12719 ViewsJun 27, 2022, 5:25 AM UTC 105 Views 0 Likes 0 CommentsPreviously we've moved a cube left, right, backward and forward. In this cast we will import an idle and walking animation and start working on making a third person character controller to move our character. This character controller script will allow us to move our character easily
-
Scale a GameObject up and down in size - 4
@kauress 12719 ViewsJul 6, 2022, 1:31 AM UTC 114 Views 0 Likes 0 CommentsToggleScaling() function
-
Scale a GameObject up and down in size - 5
@kauress 12719 ViewsJul 7, 2022, 12:03 AM UTC 109 Views 0 Likes 0 CommentsIn this cast we will finish writing code inside the Update() method which will scale the GameObject for every frame of the game
-
Rotating a GameObject
@kauress 12719 ViewsJul 14, 2022, 4:22 AM UTC 88 Views 0 Likes 0 CommentsIn this cast we will discuss rotating a GameObject using the transform property. We will trotate an object along the x, y and z axis
-
Jul 20, 2022, 3:29 AM UTC 99 Views 0 Likes 0 Comments
We’ll work on functions which will create and destroy the gameObject in the scene on keypress
Looks like you've reached the end!