Delete "First Person" from Scripting Define Symbols

hacj

New member
I don't want first person support for my game anymore. If I delete the "FIRST_PERSON_CONTROLLER" symbol from Scripting Define Symbols, it just gets regenerated as soon as I reload the player settings. Is there a way to disable it for good?
 
If you have the first person files in your project then it will automatically add that definition. There isn't a way to import only the third person files if you have the ultimate version of the package. Having the definition isn't a problem even if you don't use the
 
Top