using UnityEngine;
using System.Collections;
public class CursorScript : MonoBehaviour
{
// Use this for initialization
void Start ()
{
//Set Cursor to not be visible
Cursor.visible = false;
}
}
In fact, to explain everything, I have reformatted my computer and I have recovered a last project. I had difficulties to recover it. In my initial project, I had the same script, but it disapears in the recover project. That’s why I wanted to create this “new script”. There is no solution to wash the dictionnary or something like that ?