By default, C# projects is in ProjectOrPluginRoot/Script. To customize this, create a UnrealSharp.Settings.json file in ProjectRoot/Config folder and add the following:
ProjectOrPluginRoot/Script
UnrealSharp.Settings.json
ProjectRoot/Config
{ "ScriptDirectoryName": "MyCustomScriptDirectoryName" }
These project-level settings will automatically override the global defaults located in UnrealSharp/Config/UnrealSharp.Settings.json.
UnrealSharp/Config/UnrealSharp.Settings.json
Make sure to delete UnrealSharp/Intermediate for a clean rebuild after changing these settings.
UnrealSharp/Intermediate
Last updated 0 minutes ago