Event Functions always override inspector value.
- value in the inspector
- Override by changing it in Awake, Start Update, or any other function in the script.)
https://forum.unity3d.com/threads/who-wins-the-inspector-or-start-function.39018/
Event Functions always override inspector value.
https://forum.unity3d.com/threads/who-wins-the-inspector-or-start-function.39018/
ただし、2. の後、プレイ中に再度インスペクタから更新できて、(Update()で上書きしない限り)ゲームに反映できる。