Nuke Island Project Unreal Marketplace Docs For UE5 caveats see UE5 readme
To fix any Virtual Texture glitches (flickering and stuff) be sure to edit your engines "BaseEngine.ini" Virtual Texture parameters to enlarge the memory pool:
To merge Nuke Island project to an existing project do following steps:
- Edit DefaultEngine to have this line
r.Streaming.PoolSize=2048
or you can make it 1024, it means your game will have 1gb minimum video card ram requirement
2. Enable virtual texture support in project settings
3. Enable Virtual Heighfield Mesh plugin
- Copy "NukeIsland" folder to your game projects "Content" folder