H1X4

Results 5 comments of H1X4

Morning folks, There is a command named "ExportNavigation" which generates a navigation mesh for recast which you can later use to export a bin file from -> https://imgur.com/4IfO5Pv Cheers. ![4ifo5pv](https://user-images.githubusercontent.com/2352650/38652599-4ae99778-3e39-11e8-9fd5-f9063f847273.png)

@husha1993 That's UE4.

There are 3 possible approaches for this topic: - Flush player data to database every 15 minutes. - Always flush player data to database whenever requested or used. - Create...

You have to disable the default features to get win7 to work ` thunk-rs = { version = "0.3.5", default-features = false, features = ["win7", "subsystem_windows"] } ` Result: `...

I tried it too, but it doesn't seem like it works when Windows 11 23H2 is used as the host. Upon setting up a VM (Ubuntu Server 24.04) and using...