for example this works fine using UnityEngine; Debug.Log("test"); but when i type UnityEngine.Debug.Log("test"); it says UnityEngine not found
for example this works fine
using UnityEngine;
Debug.Log("test");
but when i type
UnityEngine.Debug.Log("test");
it says UnityEngine not found