using UnityEngine; public class filename : MonoBehaviour { void Start() { Debug.Log("hello world"); } void Update() { } }
public Vector3 scaleName; // Scale property in the X, Y, and Z dimensions