|
|
|
|
|
by jaegerpicker
3730 days ago
|
|
That's the compile time for the game only launching the game editor takes an additional Full Startup: 12.02 seconds (BP compile: 0.17 seconds) according to the unreal engine logs. It feels a little longer than that but not much. I'm always honestly a little surprised but that Java webapps we have at my day job take a lot longer to compile and launch than Unreal does in my experience. I will say to be fair in Windows 10 on the same hardware (bootcamp dual boot) Unreal is at least twice as fast. It's kinda crazy and bums me out a bit. |
|
Out of curiosity, what proportion of your game code is blueprint vs. C++?
Mine would be probably 80/20 in favour of C++; I wonder if using C++ heavily has a disproportional effect on the editor speed somehow.
Certainly sounds like you're having a much better time of it than I am...