postprocessing options (1)

This commit is contained in:
mangorifo
2024-01-31 22:53:00 +08:00
parent 64fbc0031a
commit 2951c4d538
310 changed files with 2144 additions and 143 deletions
Executable file → Normal file
+2
View File
@@ -47,6 +47,8 @@ namespace JTN
if (useStartupScriptHere)
{
resoChange();
if (!PlayerPrefs.HasKey("PostProcessingEnabled"))
PlayerPrefs.SetInt("PostProcessingEnabled", 1);
foreach (string Filename in FilesThatMustExistInStreamingAssetsToSwitchScenes)
if (!File.Exists(Path.Combine(Application.streamingAssetsPath, Filename)))
{