Search Issue Tracker
Fixed
Fixed in 6000.0.X, future release
Votes
0
Found in
6000.0.0b13
Issue ID
UUM-69784
Regression
Yes
Addressables' default build script ignores UNITY_SERVER define constant when using Linux Dedicated Server target
Reproduction steps:
1. Open the attached “TestDedicatedServerBuild.zip” project
2. Click File > Build Settings…
3. Select Dedicated Server Platform, and set Target Platform to Linux
4. Click Window > Asset Management > Addressables > Groups
5. In the Addressables Groups window, click Build > New Build > Default Build Script
6. Observe the Console window
Expected results: No error message should be generated since the code should be ignored.
Actual results: The error message “Assets/Test/Test.cs(15,35): error CS1503: Argument 1: cannot convert from 'string' to 'bool'“ is generated.
Reproducible with: 1.21.19 (2023.1.0a1, 2023.2.7f1), 2.0.6 (2023.3.0b4)
Not reproducible with: 1.21.19 (2021.3.34f1, 2022.3.18f1)
Reproduced on: Ubuntu 22.04.3, macOS 13.6.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment