- Home /
Please fix the error
There is an error after installing universal rp, what should I do?
Library\PackageCache\com.unity.render-pipelines.universal@11.0.0\Runtime\DeferredTiler.cs(631,52): error CS0246: The type or namespace name 'float3' could not be found (are you missing a using directive or an assembly reference?)
Answer by Captain_Pineapple · May 08 at 06:48 PM
If you just google for "unity float3" you'll find a documentation that states that this is part of the "unity mathematics" package.
So this should be solveable if you go to the package manger and install the "unity mathematics" package.
Your answer

Follow this Question
Related Questions
Unity Export Package things go missing 3 Answers
How to put all assets into a package? 1 Answer
Losing Editor Changes on Package or SVN import/export 0 Answers
Why does asset import fail? 0 Answers