tonygiang

Results 8 issues of tonygiang

I'm requesting an additional `onBeforePatch` callback that would be called right before each time the room state is sent to the clients in a room. This allows us to modify...

:rocket: feature

The Project view would behave more like a file browser with the 3 existing commands Cut, Copy and Paste added to the context menu so we don't have to move...

My colleagues find it unclear to tell what MyBox's extension methods actually do, and when they go to the documentation, it's [not much help](https://github.com/Deadcows/MyBox/wiki/Extensions) either. I understand that extension documentation...

I have just witnessed with my eyes a situation where the `ColyseusRoom` instance returned by `ColyseusClient.JoinById` task becomes null at some point after the task finishes running. Prior to this...

Unity has a feature called [managed code stripping](https://docs.unity3d.com/Manual/ManagedCodeStripping.html) to reduce the size of a build. During this process, if the setting is set to Medium or High, all types derived...

💅 enhancement
🆘 help welcome
🧮 schema

The documentation for version 0.14.5 [here](https://docs.colyseus.io/getting-started/unity3d-client/) instructs client developers to connect to server using this command: `ExampleManager.Instance.ConnectToServer();` The usage of the public `Instance` field implies this command is meant to...

While profiling a game using this library on a real device, I spotted this: ![2020-10-09 09_56_10-](https://user-images.githubusercontent.com/7429894/95537392-d4769980-0a17-11eb-921a-22b875b46c6a.png) The `debugDraw` coroutine in `MovementAIRigidbody` will take up more time per frame during more...

> The NuGet package needs to respect a few constraints in order to be listed in the curated list: > - [x] Add a link to the NuGet package: >...