i got this c# class on unity
using UnityEngine;
using System.Collections;
[System.Serializable]
public class test
{
public int x;
public int y;
}
and serializable doesnt work ¿why? i got unity 3.4
↧