miwarnec / DOTSNET

Public DOTSNET issue tracker
20 stars 0 forks source link

DestroyAllNetworkEntities() does not considers entities with LinkedEntityGroup in NetworkClientSystem #28

Closed shinyclef closed 2 years ago

shinyclef commented 4 years ago

This is basically a reopening of issue: https://github.com/vis2k/DOTSNET/issues/11 Basically, the fix was applied to NetworkServerSystem, but NetworkClientSystem is still experiencing the issue. Fix is to just apply the new code to NetworkClientSystem as well, it's just a few lines to copy paste.

miwarnec commented 2 years ago

fix is in next version. thanks!