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

Add scripts to a namespace #3

Open
BlueAmulet opened this issue Sep 18, 2023 · 0 comments
Open

Add scripts to a namespace #3

BlueAmulet opened this issue Sep 18, 2023 · 0 comments

Comments

@BlueAmulet
Copy link

None of the scripts in this repository seem to use a namespace, this can lead to conflicts with other C# code in the event that they happen to use the same class name, even if the other class is in a namespace.

An actual example of this is compilation errors with this and BetterPlayerAudio, due to both packages containing a class called PlayerList. I had to force resolve the class by adding the full type name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant