Vergil

Results 10 issues of Vergil

Calling into reflection emit will cause a PlatformNotSupportedException. (which is called into upon initialization) ` PlatformNotSupportedException: Operation is not supported on this platform. at System.Reflection.Emit.DynamicMethod..ctor (System.String name, System.Type returnType, System.Type[]...

bug

When RapierPhysicsPlugin systems are added to PreUpdate schedule - custom user systems "just work" out of the box. This reduces the need to mess around with ordering inside PostUpdate but...

C-Enhancement
D-Medium
P-Medium
S-not-started
A-Integration

Found another edge case, for the query that tries to fetch element placed directly at center of bounds. Here's a visualization: ![image](https://user-images.githubusercontent.com/24496266/115147594-7086fa80-a064-11eb-80c2-6f6145d94ddb.png) where red wire cube - tree bounds, yellow...

This happens because of NativeQuadTree.Draw tries to GetEnumerator from results, which does not exist. Can be simply fixed by checking if results list exist like so: ``` if (results.IsCreated) {...

Haven't asked this in a previous post - How do I disable Websockets internal logging? Having websockets fatal errors printed after each socket stop/disconnect is not that great for console...

Would be nice to have direct access to the values set in LDTK available in the component.

A-Asset
D-Straightforward
C-Feature
S-Blocked

Got an issue with a following setup: 1. CC setup with collider set as cuboid; 2. Translation is set downwards (see as falling) and horizontal is set towards collider /...

**Crate versions** `bevy` version: 0.13.2 `bevy_hanabi` version: 0.11 **Describe the bug** When changing EffectAsset inside ParticleEffect component - new spawner settings / behavior are being ignored. This is useful for...

C - bug
A - components

**Describe the bug** Getting a layout missmatch error message on IOS / in build after updating to v3.3.0 from 3.2.2. **To Reproduce** Steps to reproduce the behavior: 1. Build for...

bug

Just purchased ArmorPaint, its a cool piece of software. So this feature might be already available, but I can't find it. It would be nice to have a straight line...

feature request