From f3cf10b432157e76dabbf79b576975dec39420ec Mon Sep 17 00:00:00 2001 From: Minimata Date: Fri, 3 May 2024 11:13:42 +0200 Subject: [PATCH] vault backup: 2024-05-03 11:13:42 --- .../Processes/Things to do for it to work.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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