Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds UnityEngine.Random and UnityEngine.Objects to the top of using #388

Open
zachary17556 opened this issue Dec 5, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@zachary17556
Copy link

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

@zachary17556 zachary17556 added the enhancement New feature or request label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant