You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hate typing in "using Random = UnityEngine.Random; using Object = UnityEngine.Object;" manually.
Proposal
I want it to automatically add the following lines at the top whenever it sees "using UnityEngine;" add the line at the top
"using Random = UnityEngine.Random;"
"using Object = UnityEngine.Object;"
Alternatives
If that's not possible, maybe save it to the file automatically when I compile it.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Problem Description
I hate typing in "using Random = UnityEngine.Random; using Object = UnityEngine.Object;" manually.
Proposal
I want it to automatically add the following lines at the top whenever it sees "using UnityEngine;" add the line at the top
"using Random = UnityEngine.Random;"
"using Object = UnityEngine.Object;"
Alternatives
If that's not possible, maybe save it to the file automatically when I compile it.
Additional Context
No response
The text was updated successfully, but these errors were encountered: