From 9d0a9c93fb50ed357c9884fa47c92325ce146023 Mon Sep 17 00:00:00 2001 From: 59kills <74937985+59kills@users.noreply.github.com> Date: Tue, 9 Mar 2021 20:56:21 -0600 Subject: [PATCH] Update EnvironmentProject.uproject --- EnvironmentProject.uproject | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/EnvironmentProject.uproject b/EnvironmentProject.uproject index 6c8ce3e..37f3f54 100644 --- a/EnvironmentProject.uproject +++ b/EnvironmentProject.uproject @@ -11,7 +11,12 @@ } ], "Plugins": [ - { + {"Name": "OceanPlugin", + "Type": "Runtime", + "LoadingPhase": "PreDefault", + "Enabled": true + } +] "Name": "SteamVR", "Enabled": false, "SupportedTargetPlatforms": [ @@ -31,4 +36,4 @@ ] } ] -} \ No newline at end of file +}