Open skysfalling opened 1 year ago
At the beginning of taco making , the window of the truck should start off as closed and then open after a specified delay.
Here are the task points needed to complete:
Invoke: ( https://docs.unity3d.com/ScriptReference/MonoBehaviour.Invoke.html )
SetActive: ( https://docs.unity3d.com/ScriptReference/GameObject.SetActive.html )
Done. 5/21/23 Branch: FINAL_TruckOpenWindow-EthanY - Ethan Y
FINAL_TruckOpenWindow-EthanY
At the beginning of taco making , the window of the truck should start off as closed and then open after a specified delay.
Here are the task points needed to complete:
Invoke: ( https://docs.unity3d.com/ScriptReference/MonoBehaviour.Invoke.html )
SetActive: ( https://docs.unity3d.com/ScriptReference/GameObject.SetActive.html )