예제 #1
0
    private float startFallHeight;      //Height at which we started falling


    void Awake()
    {
        instance     = this;
        alignWithCam = true;
    }
예제 #2
0
 void Awake()
 {
     instance = this;
     alignWithCam = true;
 }