diff --git a/template.uproject b/template.uproject
index 7dd8b048fd9d3b765bd5ed48fe755dca0238c98c..ce49f1db6a009cee37323e80425cd263a84251a1 100644
--- a/template.uproject
+++ b/template.uproject
@@ -10,12 +10,20 @@
 			"LoadingPhase": "Default"
 		}
 	],
-	"Plugins": [
-		{
-			"Name": "nDisplay",
-			"Enabled": true
-		}
-	],
+  "Plugins": [
+    {
+      "Name": "nDisplay",
+      "Enabled": true
+    },
+    {
+      "Name": "nDisplayExtensions",
+      "Enabled": true
+    },
+    {
+      "Name": "nDisplayInput",
+      "Enabled": true
+    }
+  ],
 	"TargetPlatforms": [
 		"WindowsNoEditor"
 	]