겜프 5-1
겜프 5-1
- 1 ~ 1
”Deos it work”?
Movement3D.cs PlayerController.cs
• The Start() function is called after the Awake() function and is called
when the game object is enabled.
– The Awake() function and Start() function are used to perform
initialization work before the game object is enabled, and additional
initialization work immediately after the game object is enabled.
– Suit for additional initialization work after the game object is enabled
• The Awake() function is called only once during the game object's
lifecycle, while the Start() function is called every time the game
object is enabled.