Not as simple: a set of tools to make videogame development easier and faster.
how do i work?
Editor
coding
public class NewBehaviourScript : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}