Emilio Israel Wong González
Memes Source
I'm Emilio Wong
CSI's best source of memes.
You'll find me in:
@EmilioWG
/emilews
I'm a 3rd semester ISI student, and
Simple: a game engine.
Not as simple: a set of tools to make videogame development easier and faster.
Working with scenes and objects.
public class NewBehaviourScript : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
C#
#pragma strict
function Start () {
}
function Update () {
}
JavaScript
public class luz : MonoBehaviour {
void Start () {
}
void Update () {
if(Input.GetKeyDown(KeyCode.R)){
GetComponent<Renderer>().material.color = Color.red;
}
}
}
#pragma strict
function Start () {
}
function Update () {
if(Input.GetKeyDown(KeyCode.R)){
GetComponent(Renderer).material.color = Color.red;
}
}
C#
JavaScript
*It uses a subscription model
Kerbal Space Program
Cuphead
Firewatch
Monument Valley
Night in the Woods
Adam
Sonder
Any questions?
By Emilio Israel Wong González