Wojciech Figat
Wojciech Figat
@ElevenArt Good idea!
Implemented in 21edb43bb1a72773c86d4b09ea3295b2584a555d.
Yeah, and we could add a quicker utility to set group name for parameters (aside from `Edit Attributes`) so the user can quickly reorder and group parameters (not only in...
Added in #2670
That's how the prefab system works. I'm not sure if we can change anything here without breaking everything.
If you find any repro steps that would be awesome. I think I got sth similar a few times.
It looks like a bug on Linux/macOS platforms to pass some keys as text into this UI logic. On Windows it works fine.
> Event naming (eg. Collider.OnCollisionEnter isn't the event, but is instead the function called internally) `Collider.CollisionEnter` is an event, `OnCollisionEnter` is an event handling function. That's Flax code style and...
C# naming docs for events: https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/names-of-type-members#names-of-events
> Remove 32-bit from default support I meant 32-bit platforms support (eg. Windows x86).