hi,
I have since realised that many developers will already have the latest version because like Visual Studio 2022 they will have already have VS Code already installed before using UEFN.
This only seems to affect new UEFN users who dont have VS Code
Sadly even on newest version of VSC, performance of verse compiler is still really bad for large projects. We just have to hope they’ll improve it some day
hi @michll ,
In Visual Studio 2022 the build routine looks for code that has been changed on per file basis and builds that section.
The first build of UE5 take me 8 hours but I can change code for UE5 Lighting and automatically sense what I have changed and ONLY build those 4 dependencies. Then two minutes to complete build. My PC is very old low power. All my code is on SSD/NVRAM drives or would take 16 minutes per change for UE5
Which means for large projects you have incremental building.
In Verse as in Fortnite everything is loaded to the servers first and there is constant network traffic to Amazon AWS EC2 servers during editing Verse in VS Code
Everything seems on the web/cloud. Compiling in the morning in England is great because the US is asleep and the is plenty of server capacity. In the evening it was DIRE and mostly use evenings
Off Topic When building code for Amazon Alexa the the same problem was true as EMEA data centres are limited. Quicker to use North America Servers