Minimizing the Load time
Key strategies to help reduce the load time of an app while streaming at Eagle 3D Streaming.
Follow the steps below:
1. Network Optimization
Optimize the network connection to ensure that data is streamed efficiently.
2. Optimize Code
Optimize your game's code to identify and eliminate performance bottlenecks. Use asynchronous loading techniques to load assets in the background while the game is running.
3. Reduce Initial Map Size
Start with a smaller map or scene and then load additional maps or levels as needed.
4. Streaming Levels
Use Unreal Engine's Level Streaming to load only the necessary parts of the game world as needed, reducing initial load times. Utilize sub-levels to divide your world into smaller, manageable pieces.
5. Optimize Assets
-Reduce the size of your assets
By compressing textures, using efficient file formats, and reducing unnecessary details:
Implement level-of-detail (LOD) systems for 3D models to load lower-resolution versions of assets when they're distant from the player's viewpoint.
Check the Unreal engine documentation https://docs.unrealengine.com/5.3/en-US/setting-up-per-platform-lods by Epic games.
-Remove unused assets from your project to reduce the overall size
Check this documentation https://ikrima.dev/ue4guide/performance-optimization/asset-size-loading/
6. Reduce the package size
Keep the zip file size below 25 GB, ideally 5 GB or less to have a load time in the range of 10-20 seconds at Eagle 3D.
Check this UE documentationhttps://docs.unrealengine.com/4.26/en-US/TestingAndOptimization/PerformanceAndProfiling/ReducingPackageSize/ by Epic games.
7. Check the Run State
Ensure that your app runs from a clean state on every launch, and does not require configurations or other data to be written to the local file system.
Different users will be accessing the game on a separate instance.
To ensure that each user has the same experience, it is necessary that the game does not make any changes on the local file system.
Â
Need help? Contact Support
Submit a new request at E3DS support portal.
Requests sent on weekends will not be addressed until the following business day.