Question: write output when this code run on unity - using UnityEngine; public class exam : MonoBehaviour { void Update() { GameObject. Find(Cube1). transform. Rotate(new Vector3
- using UnityEngine; public class exam : MonoBehaviour \{ void Update() \{ GameObject. Find("Cube1"). transform. Rotate(new Vector3 (0, Time.deltaTime 500,0)); \}} Output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
