project not opening

No worries everyone has different skillsets! I’d recommend editing it with something like Notepad++ or if you have an IDE installed like Visual Studio Code. The formatting for the code comment cut out an important part there, so not your fault! Here’s a proper example of the syntax and how it should be laid out in the file:

		{
			"Name": "nDisplay",
			"Enabled": true,
			"SupportedTargetPlatforms": [
				"Win64",
				"Linux"
			]
		},

1 Like