Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.24f1
Issue ID
UUM-715
Regression
Yes
Material properties are set to 0 when building in Server mode
Reproduction steps:
1. Open the 'serverBuildMaterialsIssue' project
2. Open the 'Sample' Scene
3. Enter Play mode
4. Observe the printed results in the Console
5. Go to the 'File -> Build Settings'
6. 'Build and Run' the project in 'Server Build' mode
7. Observe the printed results in the Console
Expected result: the printed material properties are correct (RGBA(0.484, 0.594, 0.266, 1.000))
Actual result: the printed material properties are incorrect (RGBA(0.000, 0.000, 0.000, 0.000))
Reproducible with: 2020.1.0a18, 2020.1.28f1, 2020.2.6f1, 2020.3.24f1
Not reproducible with: 2019.4.33f1, 2020.1.0a17
Could not test with: 2021.2.5f1, 2022.1.0b1 (https://issuetracker.unity3d.com/issues/dedicated-server-support-for-windows-is-not-installed-error-in-build-settings-window)
Note: reproducible only on Windows
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
- Intercepted Events text is hardly visible in Inspector window for UI elements when Editor theme is set to Light
- [Hierarchy V2] Add new Query Block window contains a typo in the Hierarchy Search Area block
- Scene is not rendered in Player when ran with -force-d3d12 argument and GPU Resident Drawer enabled
- “Failed to load” window appears when a package’s docked window is opened and the package is uninstalled
- Properties window is not closed when the GameObject is deleted and the Properties window is not focused
Resolution Note:
There are no fixes planned for this Bug