Skip to content

Commit

Permalink
Update Shaker.uplugin for Unreal Engine 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaslassance committed May 6, 2022
1 parent 7a49831 commit 4e0c972
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Shaker.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"EngineVersion": "4.27.0",
"EngineVersion": "5.0.0",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "XboxOne", "PS4", "IOS", "Android", "HTML5", "Linux" ],
"FriendlyName": "Shaker",
"Description": "Shake anything and everything!",
Expand All @@ -21,5 +21,11 @@
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}
],
"Plugins": [
{
"Name": "GameplayCameras",
"Enabled": true
}
]
}

0 comments on commit 4e0c972

Please sign in to comment.