Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


monobehaviour

This is an old revision of the document!


MonoBehaviour

Event Functions

Awake()

  • Awake will still be called for disabled components on enabled objects.

Start()

  • Start is guaranteed to be called before the first FixedUpdate() or Update() for this component.
  • If no FixedUpdate() or Update() events are defined, Start will be run at the end of the frame the object awoke on.
monobehaviour.1617925443.txt.gz · Last modified: 2021/04/08 23:44 by 73.95.178.156