We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
SimonDarksideJ
No branches or pull requests
On importing the project to a clean install, Unity is now reporting the following warning in Unity 2022
The script it is referring to is:
The RCT version of this simply needs renaming and updating to avoid this conflict going forward.
The text was updated successfully, but these errors were encountered: