You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testables in manifest.json do not work if UNITY_INCLUDE_TESTS is not defined in defineConstraints in com.unity.search.extensions.editor.asmdef. I defined it on a trial basis and it worked correctly.
The EditorMode Test of projects that depend on this package is Failed.
com.unity.search.extensions/package/Indexing/CustomIndexationTests.cs
Lines 57 to 58 in 4996b11
#46 (comment)
testables
inmanifest.json
do not work ifUNITY_INCLUDE_TESTS
is not defined indefineConstraints
incom.unity.search.extensions.editor.asmdef
. I defined it on a trial basis and it worked correctly.com.unity.search.extensions/package/com.unity.search.extensions.editor.asmdef
Line 17 in 4996b11
In my opinion, it is better to separate asmdef for editor and asmdef for test.
ref : #46 (comment)
The text was updated successfully, but these errors were encountered: