diff --git a/Blend4Real.uplugin b/Blend4Real.uplugin index 85ca7be..00f2df0 100644 --- a/Blend4Real.uplugin +++ b/Blend4Real.uplugin @@ -21,10 +21,10 @@ "LoadingPhase": "Default", "PlatformAllowList": [ "Win64", - "Mac" + "Mac", + "Linux" ], "PlatformDenyList": [ - "Linux" ] } ], @@ -47,6 +47,7 @@ ], "SupportedTargetPlatforms": [ "Win64", - "Mac" + "Mac", + "Linux" ] } \ No newline at end of file