sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7k stars 1.11k forks source link

Fixed Point #1091

Closed silencebin1993 closed 1 month ago

silencebin1993 commented 1 month ago

I use custom fixed-point trees fixInt, fixVec3, etc., I can't use the entitas inspector correlation, is the editor source open, or what folder is the source in, how should I replace the dll with the source?

sschmid commented 1 month ago

For reference: https://github.com/sschmid/Entitas/tree/main/src/Entitas.Unity.Editor/TypeDrawer

This folder contains supported type drawers used to display common types. You can add more TypeDrawers to your project if needed, there's a button in the Entitas preferences to generate a template that you can use.