Search Issue Tracker
Fixed
Votes
0
Found in [Package]
SBP 1.8.6
Issue ID
ADDR-1371
Regression
No
Expose ScriptableBuildPipeline settings API as the EditorPrefs for settings is obsolete
We made obsolete the EditorPrefs path for ScriptableBuildPipeline settings as these were global and not per project. We adopted a json file settings approach a few versions back, loading the old values from EditorPrefs first then loading from the json file as an override. This works for the initial upgrade path, but if the json file exists with valid settings and the user keeps using the EditorPrefs path, those new EditorPrefs values will not be used.
It was also raised that the static settings properties in the class ScriptableBuildPipeline were not made public. So these need to be made public with setters that trigger SaveSettings() on value change.
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
Fixed in SBP 1.11.0