Dejan Omasta
Results
2
issues of
Dejan Omasta
QoL Suggestion adding flag in NetworkIdentity that can indicate is entity in disabled state on host.
**Please explain the suggested feature in detail.** Mirror on a host with a local client disables visibility in `InterestManagementBase.SetHostVisibility` While this method is virtual it would be nice QoL to...
enhancement
Currently WFC tracks allowed patterns per cell using bool[][] wave. Switching this to a bitset (ulong[], dynamically sized based on T) would: - Cut memory by 8 - 10x -...