Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3.0a11
2019.3.8f1
Issue ID
1237195
Regression
Yes
Warnings about a class existing in multiple namespaces in a single file are thrown when using UniRx
How to reproduce:
1. Create a new project
2. Download UniRx from https://github.com/neuecc/UniRx
3. Drag UniRx files into the project's folder
4. Open the project
Expected result: the Console window doesn't throw any warnings about a class existing in multiple namespaces in a single file
Actual result: the Console window throws warnings about a class existing in multiple namespaces in a single file which isn't true
Reproducible with: 2019.3.0a11, 2019.3.10f1
Not reproducible with: 2017.4.39f1, 2018.4.21f1, 2019.3.0a10, 2020.1.0b6, 2020.2.0a7
Notes:
-The warnings can be cleared and don't appear again if the same project is opened twice in a row
-If all of the Assets are reimported, the warnings come back
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note:
Not an issue on 2020.1, 2020.2, and won't be fixed for 2019.4. The entirety of the script parsing code has been rewritten since then and fixing this problem is likely not worth the cost.