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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
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.