Tanoda
TestCompression.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public class TestCompression : MonoBehaviour {
4
5 // Use this for initialization
6 void Start () {
7
8 }
9
10 // Update is called once per frame
11 void Update () {
12
13 }
14}