Exemplo n.º 1
0
    void Start()
    {
        float rotationY = CanvasContainerRotation.LoadRotation();

        transform.rotation = Quaternion.Euler(0f, rotationY, 0f);
        rotationCounter    = rotationY;
    }