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

[Bug] LineRenderer script in Core is causing conflicts with "built-in" line Renderer #91

Open
SimonDarksideJ opened this issue Sep 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@SimonDarksideJ
Copy link
Contributor

On importing the project to a clean install, Unity is now reporting the following warning in Unity 2022

Script 'LineRenderer' has the same name as the built-in Unity component. AddComponent and GetComponent will not work with this script.

The script it is referring to is:

Runtime\Utilities\Lines\Renderers\LineRenderer.cs

The RCT version of this simply needs renaming and updating to avoid this conflict going forward.

@SimonDarksideJ SimonDarksideJ added the bug Something isn't working label Sep 15, 2023
@SimonDarksideJ SimonDarksideJ self-assigned this Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant