SDesya74

Results 4 comments of SDesya74

I've verified that if you only update bevy and don't change the internals of bevy_steamworks, the flickering persists. The problem is apparently not here, but I don't know how to...

I found out that if I call `Client::init_app` before adding `DefaultPlugins`, everything works. To fix `bevy_steamworks`, we need to move `Client::init_app` to `SteamworksPlugin::new`, then it will be possible to initialize...

Hello! Sorry for the long answer. Here is tcpdump: https://gist.github.com/SDesya74/df307f65072d13c8035ce44a6fd5ce77 And strace: ``` 12:24:05 execve("/usr/bin/stat", ["stat", "/tmp/nfs/random.bin"], 0x7fffe2cde870 /* 27 vars */) = 0 12:24:05 brk(NULL) = 0x561523f80000 12:24:05 arch_prctl(0x3001...

Здравствуйте, очень хотелось бы пример с подпиской на события свечей. Реализуема ли она с помощью этой библиотеки?