Ejemplo n.º 1
0
    void Awake()
    {
        DontDestroyOnLoad(gameObject);

        SpeciesTable.Initialize();
        texture = Functions.CreateTexture2D(Color.black);
    }
Ejemplo n.º 2
0
    void Awake()
    {
        DontDestroyOnLoad(gameObject);

        gameObject.AddComponent("MessageQueue");
        gameObject.AddComponent("ConnectionManager");

        SpeciesTable.Initialize();
    }