Search Issue Tracker
Fixed in 2017.2.X
Votes
1
Found in
2017.1.0b1
Issue ID
902369
Regression
No
Namespace collision when using static directive and enum types with .NET 4.6
Reproduction steps:
1. Open project attached(New Unity Project 3.zip)
2. Inspect console.
Expected result: There will be no error and compilation will succeed.
Actual result: Errors appear:
Assets/UsingStatic.cs(14,23): error CS0023: The `.' operator cannot be applied to operand of type `method group'
Assets/UsingStatic.cs(15,24): error CS1061: Type `int' does not contain a definition for `Up' and no extension method `Up' of type `int' could be found. Are you missing an assembly reference?
Note: Investigate scripts "CodeFile1" and "UsingStatic" for more information. According to user, it is a valid 4.6 code. Removing "using static TestClass;" makes it work as expected.
Reproduced on: 2017.1.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment