FirstGearGames
FirstGearGames
A big downfall I've seen to Squalr is it cannot search multiple numeric types at once. For example, if I wanted to search a value of 32 and I do...
Unity 2022. Using resolve on Queue.Clear returns null. ```cs MethodReference qClearMr = base.ImportReference(typeof(Queue).GetMethod("Clear")); MethodDefinition qClearMd = qClearMr.Resolve(); //returns null, qClearMr is not null. ```
If you are using this on a database with a corrupt entry, such as you changed a property in the structure type, an error will throw when loading the database...
typeof() needs to be replaced with GetType() when getting broadcasts hashes.
FN Version 4.1.3-4.1.4 Many replicated objects (32-50) seem to prevent other objects from updating.
Reported that the please leave review window will prevent virtual players from loading their instance.
- Added PausedSocketFix usage is now optional via NetManager ctor. Default set to use. - Fixed peer Ids not returning to _peerIdsQueue. - Improved queue usage to be more flexible...
FishNet 4.3.0. Methods with multiple RPC attributes on a single method and using inheritance will result an a runtime error. `'Rpc Type' key # has already been added for YourClass...
Saradomin has noticed that PredictedSpawn's OnTrySpawnServer override is called before ReadPayload's, if the order can be reversed it would be a big help
In Unity 2022+ build code stripping seems to fail due to Unity callback order changing.