Fanzhong ZengSwitching Cameras in Unity.In this guide I just want to quickly go over a simple way to switch between cameras in Unity. We can achieve this by setting different…Nov 27, 20201Nov 27, 20201
Fanzhong ZengUnity Two Method of Interacting Objects with MouseThere are two simple methods of writing scripts for the mouse to interact with the game object. A simple method is to write a script for…Nov 20, 2020Nov 20, 2020
Fanzhong ZengUnity Start vs AwakeUnity have a lot of special event functions that gets called automatically by the engine. For example Start and Update function is added…Nov 13, 20201Nov 13, 20201
Fanzhong ZengUnity Movement Translate VS RigidBodyIn unity there are two basic method of moving an object. Using translate on the object itself, or using a rigidbody.Nov 6, 2020Nov 6, 2020
Fanzhong ZengUnity Saving Data into PlayerPrefsThis is just a simple guide for saving and loading data from PlayerPrefs in Unity.Oct 30, 2020Oct 30, 2020
Fanzhong ZengPassing Data between different Scenes in Unity (Static Variable)There are many ways to pass data from one scene to another inside Unity.Oct 23, 2020Oct 23, 2020
Fanzhong ZengUnity UI TipsThis is my list that I believe is important when creating UI elements in Unity.Oct 16, 2020Oct 16, 2020
Fanzhong ZengUnity: Update vs Fixed UpdateRecently I created an Unity 2D project, and recently came into issues with my project once I loaded the project to my laptop. My laptop…Oct 9, 2020Oct 9, 2020
Fanzhong ZengBig O Notation in ProgrammingAs a programmer we have seen the Big O notation many times, yet I noticed this is one concept that a lot of beginner programmers have a…Oct 1, 2020Oct 1, 2020
Fanzhong ZengRuby’s Right Ward AssignmentThere is a feature that was being experimented on in ruby which is the “Right-ward Assignment Operator”.Sep 24, 2020Sep 24, 2020