Small knowledge, big challenge! This article is participating in the creation activity of “Essential Tips for Programmers”.

UnitySmall science

As always, here are some popular science tips from Unity:

  • Unity is a real-time 3D interactive content creation and operation platform.
  • All creators, including game development, art, architecture, car design, film and television, use Unity to bring their ideas to life.
  • The Unity platform offers a comprehensive suite of software solutions for creating, operating and monetizing any real-time interactive 2D and 3D content on mobile, tablet, PC, game console, augmented reality and virtual reality devices.
  • You can also simply think of Unity as a game engine that can be used to make professional games!

UnityLearn small things

UnityScript life cycle in

Unity3d script has a relatively complete life cycle from awakening to destruction, and the system has several important methods as follows:

Awake – > Start – > FixedUpdate – > Update – > LateUpdate – > OnGUI – > Resourt – > OnDisable – > OnDestroy

The life cycleThe full image is below: