I'm Emilio Wong
CSI's best source of memes.
You'll find me in:
@EmilioWG
/emilews
I'm a 5th semester ISI student
/emilews
Simple: a game engine.
Not as simple: a set of tools to make videogame development easier and faster.
Editor
public class NewBehaviourScript : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
C#
Behind the scenes
*It uses a subscription model
Any questions?