diff --git a/07 - GameDevSpace/Processes/Things to do for it to work.md b/07 - GameDevSpace/Processes/Things to do for it to work.md index 25a973e..014f092 100644 --- a/07 - GameDevSpace/Processes/Things to do for it to work.md +++ b/07 - GameDevSpace/Processes/Things to do for it to work.md @@ -1,6 +1,18 @@ ## Client - Install Powershell 7.x.x - Install Gitnuro -- setup .uproject file targets +- setup .uproject file to have tests plugin and following plugin +``` +{ + "Name": "VisualStudioTools", + "Enabled": false, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/362651520df94e4fa65492dbcba44ae2", + "SupportedTargetPlatforms": [ + "Win64" + ] +} +``` + + ## Server - Install git 2.x.x \ No newline at end of file