I am having a problem getting intellisense to work (or onmisharp, I am unable to tell which is which).
So my problem is as follows:
- I actually HAVE some intellisense working (e.g. ‘GetComponent’ or ‘[SerializeField]’ or ‘Rigidbody2D’ or ‘using UnityEngine’ WILL give intellisense suggestions)
- However, some do not work (e.g. ‘FindObjectOfType’ or ‘DontDestroyOnLoad’ or ‘NotImplementedException()’ )
- Then somethings I would expect to work, dont (e.g. ‘SceneManager.LoadScene()’ WILL suggest intellisense if it is at the beginning of a line, however ‘SceneManager.LoadScene()’ WILL NOT suggest intellisense if it comes after an ‘=’ sign when being assigned to a variable…)
I am a bit lost and confused and would appreciate any help I can get. Tanks in advance.
Edit: Just noticed that FindObjectsOfType also works only at the start of a blank line…
Edit2: ‘AudioSource’ and ‘AudioClip’ are also in the NO INTELLISENSE at any point group