-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual debugging. Coloring components not working properly. #1090
Comments
Hi, thanks for the issue. and it's used when drawing a component here: |
Hi, thanks for getting in touch. Cool, I would try to work with this code. But, I still don't quite understand how I can make changes to the code, since I use Entitas from releases and the code is packaged in a dll. By any chance, there are no recent instructions on how to use Entitas with source code in a project? I tried to replace the dll with the source code several times, but I encountered many errors. |
Nvm: I've found the fix here: #1067 |
Describe the bug
Coloring components on the entity does not work at a display scale of more than 100%.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Components on the entity are coloring into different colors at any display scale.
Screenshots
Additional context
To enable colors again you need to set scale to 100% and restart project.
The problem is important because it is extremely inconvenient to use 100% scale on many monitors, due to the high resolution.
The problem with exact same behaviour have been confirmed by at least three people besides me.
The text was updated successfully, but these errors were encountered: