Marc-Antoine Fortier

Results 6 issues of Marc-Antoine Fortier

### Description Setting a NetworkAnimator boolean parameter to a value (e.g. `false`, was `true` before), then starting a Coroutine to set it back to the previous value (`true`) next frame...

type:bug
priority:medium
stat:imported

**Is your feature request related to a problem? Please describe.** IMHO, it's a valid use case to have a NetworkObject at the root of some prefab and NetworkBehaviours nested under,...

type:feature
stat:awaiting triage

### Description Hi @NoelStephensUnity, This commit introduced the bug I'm about to describe: bc23a35 - fix: Nested NetworkBehaviours don't de-register or Invoke OnNetworkDespawn if destroyed while the parent NetworkObject remains...

type:bug
priority:medium
stat:import

Running `dotnet format` on a project with 3rd-party analyzers doesn't seem to take [DiagnosticSuppressors](https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.diagnostics.diagnosticsuppressor?view=roslyn-dotnet-4.6.0) like those shipped with [Microsoft.Unity.Analyzers](https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/9d2d62a67cb658a34f76f909ba0e2167f561d35e/doc/index.md?plain=1#L25) into consideration. Am I wrong? Is there any documentation on how...

Bug
Help Wanted

The codebase suggess that the lang parameter is only effective when the _id parameter is defined as well. However, it seems that when we query a collection with the _id...