Platform Specific Project Settings (ex. forward render for mobile)

I’m looking at ways to swap project settings based on platform.

Ex…
Forward Rendering on for mobile
Forward Rendering off for desktop/console

Would be nice to have the configs as a Editor Utility Object, and a Editor Utility BP/Widget to apply them. Assuming there isn’t an existing way to set the value by platform.

Not very familiar with mobile packaging but forward renderer is the default path there

In your Project Setting you have the “Platforms” section where you can tweak settings for mobile platforms.

Some options needs you to modify a ini file and restart editor. For that you could run a python script.

1 Like