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
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
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.