I am attempting to create a custom BuildProfileSettingsProvider using the declaration style shown here. But no matter what I do, I cannot get the provider to show up in the profile inspector’s “Add Settings” list.
When the editor reloads the domain, I see the following error:
Unsupported package registry type Client.Editor.BuildSettings.
Is it possible to create a custom build settings provider that shows up in the profile inspector’s “Add Settings” list?
Is there any possibility this might change in the future? It would be very useful for our project to be able to write customized build profile settings into the profile and then be able to edit them in the build profile inspector.
You can attach settings to the proile as subassets and edit them via their own inspector. Embedding them with the BuildProfile UI is not planned to be available without undergoing the review process that is part of publishing a package at this time.