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
- [UaaL] Freeze on "GetLightingSettingsOrDefaultsFallback()" when rotating device screen after unloading Unity framework
- A white vertical artifact is present when any Material from HDRI is used for a panoramic skybox
- Editor freezes when handling Havok collision interactions between a thin collider and the player controller
- No blue outline is shown on a folder in the Project tab when an external file is being dragged over the folder
- Profiler - Taking you to the wrong section when using 'show'
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.