Which system-wide options are available?

Are there options that we can implement and install once and have them available in all Unity projects on a system?

You mean Preferences?

You can implement a SettingsProvider and then save the file with the serialized data to AppData rather than under the project.

1 Like

Thanks, but I’m searching for eg an editor tool that I can have in every Unity Editor without having to install it for every single one.

Basically I figured if I wait for Unity to allow tagging and hence finding projects in the Hub I’d wait forever. So I’m searching for a solution to implement it myself.