Hey there @dmiklic! To be able to use nanite visualization in a standalone game you’d need to edit the source directly. Basically none of the debug visualizers for nanite are included for packaged builds. They only operate properly in PIE. Most of them stem from the base command r.Nanite.Visualize
but if you attempt to use any of them at runtime in standalone it will fail.