I have been learning a lot about Skyline. It has been a struggle on some points but very refreshing on most points. I have been putting Skyline and UE4 (sometimes Unity 5 as well) head to head. I am finding that Skyline is not as polished as UE4 and is missing some features of UE4, however, Skyline is really good and actually fun to work within.
I believe I am ready to begin transferring code, models, textures and all of that into Skyline. This will take some time to do since as always it is a 1 by 1 process. I have not touched Gen2 yet because of learning the engine in the first place. Now though the topic surfaces. There are two primary questions that arise.
1) Start building and creating in Gen 1 then transfer to Gen 2?
- Terrain System will be incompatible (likely). Gen 2 Importer perhaps?
- Materials will be incompatible (likely). Gen 2 transfer?
- Other concerns?
2) How will Skyline handle roughly 30gb of textures and 15gb of meshes? Project size in the end would likely be ~50gb+
- Unity begins to have a lot of problems above ~15gb project size. And many corrupted projects at30gb+. I have almost 1.5million lines of code in the Genesis Framework (built on top of Unity) and Unity handles it poorly.
- UE4 seems to handle the large projects well but I have not really pushed it hard like I did with Unity.
- It seems Skyline, like UE4, will require much less code to get things done. Even less so in Skyline since there are some great features already in place for RPG. Still the code base will be rather large in script count.
*note on script design execution is 50ms x2 design. This means that normal script cycle rate is 50ms but when loaded heavily during game-centric loading the cycle is allowed to go to 100ms for various actions. Cycling is maintained by the Module (currently the scene script) to determine desired loading heartbeats.
Thank you for any information.