So this should we very simple. I am very new to Unity and I am trying to get my cube to move and also be able to change it scale when pressing my key P (Maybe also descale). (The movement is working).
Here is my script:
Cannot get my "Cube" to scale bigger while pressing a key.
Here is my script:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public float rotationSpeed;
- // Use this for initialization
- }
- // Update is called once per frame...