Exemplo n.º 1
0
    void Awake()
    {
        _unGobj = new UnEngine.GameObject();

        var trans = _unGobj.transform;
        if (!trans)
        {
            throw new Exception("transform wasn't anything. Supposed to add one at creation");
        }
    }
Exemplo n.º 2
0
    void Awake()
    {
        _unGobj = new UnEngine.GameObject();

        var trans = _unGobj.transform;

        if (!trans)
        {
            throw new Exception("transform wasn't anything. Supposed to add one at creation");
        }
    }