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
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
Add comment