Search Issue Tracker
Active
Under Consideration for 6000.5.X, 6000.6.X
Votes
0
Found in
6000.5.0a8
6000.6.0a1
Issue ID
UUM-135042
Regression
No
Build fails with a warning when running Unity Editor’s csc.dll manually using dotnet command
How to reproduce:
1. Extract and open the attached “NetcodeRepro.zip“ project
2. Navigate to the project folder using the Terminal
3. Execute the following command:
”dotnet /Applications/Unity/Hub/Editor/<Editor Version>/Unity.app/Contents/Resources/Scripting/DotNetSdkRoslyn/csc.dll @Library/Bee/artifacts/200b0aEDbg.dag/TestAssembly.rsp”
4. Observe the Terminal output
Actual result: A warning message appears, and the generation fails
Expected result: The command runs without warnings, and the generation succeeds
Reproducible with: 2023.2.0b1, 6000.0.68f1, 6000.3.9f1, 6000.4.0b9, 6000.5.0a7
Could not test with: Older versions, because they produce various package errors
Reproducible on: macOS 26.2 (M1 Silicon)
Could not reproduce on: No other environment tested
Note: to find the correct “csc.dll“ file location for any given Editor version, use the command “find "/Applications/Unity/Hub/Editor/<Editor Version>/Unity.app/Contents" -iname csc.dll“
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Entering “NaN” or “Infinity” values in Game Object Brush Orientation value fields spams Quaternion-related errors in the Console and persists unless value is undone in Tile Palette window
- An InvalidOperationException is thrown in the Editor when using On-Tile Rendering with the Mock HMD plug-in
- Unity UI does not trigger "OnFocusLost" and doesn't refresh when focusing on other Windows in the Editor
- Project Auditor's settings cannot be searched in the Preferences window
- Crash on SerializableManagedRef::CallMethod when performing various Unity operations
Add comment