Noob Question: How to disable a System?

Sure I could comment it out, but there should be a better way? I don’t want to disable it, I just don’t want it in the build temporarily.

“How to disable system”
“I don’t want to disable it”

If youi want exclude susyem from build - wrap it to preprocessor directive (like UNITY_EDITOR) or use your own definitions in player settings for include\exclude system from build\editor\platform\etc

1 Like

You could myabe use pre processor directives: Unity - Manual: Conditional compilation

If you put [DisableAutoCreation] it is still in the build but not added to default world.