Closed lightjiao closed 1 year ago
@lightjiao See this issue for and updated dll that fixes this: https://github.com/sschmid/Entitas/issues/1067#issuecomment-1623734894
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