Cursor | Showreel

PHOTO EMBED

Tue May 17 2022 16:11:30 GMT+0000 (Coordinated Universal Time)

Saved by @BiscuitTinx #c#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class CursorUnlocked : MonoBehaviour
{
    void Start()
    {
        Cursor.lockState = CursorLockMode.None;
    }
}
content_copyCOPY