Search Issue Tracker
Fixed in 2023.2.0b12
Won't Fix in 2021.3.X
Fixed in 2023.2.X, 2023.3.X, 2023.3.0a1
Votes
1
Found in
2021.3.3f1
2022.2.0b8
2023.1.0a11
2023.2.0a1
2023.3.0a1
Issue ID
UUM-713
Regression
No
Font Data is forced to be included when building to Dedicated Server platform
How to reproduce:
1. Open the user's attached project
2. Go to File -> Build Settings
3. Switch platform to Dedicated Server, set Target Platform to Linux
4. In the Project view, select the Arial font
5. In the Inspector, deselect the Include Font Data checkbox and click Apply
6. Observe the Console
Expected result: no message is logged to the Console, font data can be excluded from the build
Actual result: a message is logged: "The target platform does not have access to any system fonts. Including Font data even though the importer is set not to."
Reproducible with: 2021.3.3f1, 2022.1.1f1, 2022.2.0a14
Could not test with: 2019.4.39f1, 2020.3.34f1 (Linux Dedicated Server Build support not available)
Comments (1)
-
Sevdalinov
Dec 11, 2023 16:38
UUM-17373
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (2021.3.X):
Automatic shaders and fonts stripping for Dedicated Server builds were introduced as a new feature starting at 2022.3 when the `Enable Dedicated Server optimizations` option is active in the player settings.