mirror of
https://github.com/ConjureETS/VZ.git
synced 2026-03-24 02:11:15 +00:00
add the possibility of changing destination of the camera transition before it reaches its destination.
16 lines
205 B
C#
16 lines
205 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class Player : MonoBehaviour {
|
|
|
|
// Use this for initialization
|
|
void Start () {
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update () {
|
|
|
|
}
|
|
}
|