-
Notifications
You must be signed in to change notification settings - Fork 3
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
EditorLayout.SearchTextField() method NullReferenceException #2
Comments
@lightjiao See this issue for and updated dll that fixes this: |
I just checked the Entitas repo you linked and it hasn't been updated in many years. Please try the dll I linked in the issue, but there's a chance it's not compatible anymore because the repo is so old. Alternatively, try using Unity Version 2022.3.2f1. I think Unity introduced this breaking change in 2022.3.3 or 2022.3.4 |
If it doesn't work, I can try to provide a fixed version of the old DesperateDevs dll for you |
It solve my problem perfectly, thanks a lot. by the way, the Entitas.Generic repo only use the core API of entitas, it is very simple and easy to use. I simplified it's API, looks good for me. |
Could you put out a new release of this repo that includes the fix? |
Describe the bug
EditorLayout.SearchTextField()
method has code like below:but there is no *.guiskin file,
GUI.skin.FindStyle("ToolbarSeachCancelButton")
will return null, then cause NullReferenceExceptionI use Entitas.Generic instead code generator ( more conviance with little performance price )
I don't find any *.guiskin in source code, can you help me to solve the problem?
*Unity Version: 2022.3.4f1 and 2021.3.28f1
The text was updated successfully, but these errors were encountered: