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
- Environment Samples count resets to 2048 when entering a higher number
- GameObject cannot be disabled when an Animator references an Animation Clip containing the GameObject's "IsActive" property
- Console errors are thrown when resolving Scene view shortcut conflicts with "Rebind to selected command" checked
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
Resolution Note:
There are no fixes planned for this Bug