Example #1
0
        void Start()
        {
            var r = CanvasRForm.rect;

            _offset = new Vector3(r.width, r.height) * -0.5f;
            TangibleEngine.Subscribe(this);
        }
    void Start()
    {
        var r = CanvasRForm.rect;

        _offset = new Vector3(r.width, r.height) * -0.5f;
        TangibleEngine.Subscribe(this);
        Debug.Log("TangibleScript started");
        TangibleEngine.Subscribe(this);
    }