Nikita Gavrilov

Results 4 issues of Nikita Gavrilov

### What it is? There are some things that i think should be whitelisted: 1. ```Task.IsCanceled``` ```Task.IsFaulted``` this kinda can be accessed by ```Task.Status```, so not sure why they are...

whitelist

### Describe the bug Transform.PointToWorld is not working properly due to mixed up order of multiplications: `public readonly Vector3 PointToWorld(Vector3 localPoint) { return Position + localPoint * Rotation * Scale;...

bug

### Describe the bug Model Collider triggers ITriggerListener events when it's scale changes ### To Reproduce add ```TrigerTest``` to gameobject with model collider set valid model to model collider (that...

### Describe the bug after changing a property on component OnValidate is not being called ### To Reproduce ``` public sealed class ValidateTest : Component { [Property] public float ChangeMe...