com.unity.search.extensions icon indicating copy to clipboard operation
com.unity.search.extensions copied to clipboard

This package contains a bunch of examples, samples and queries to be used with Unity Search.

Results 14 com.unity.search.extensions issues
Sort by recently updated
recently updated
newest added

This test refers to the main project and fails https://github.com/Unity-Technologies/com.unity.search.extensions/blame/cd2027929cb6167a2f413c53c51457d3a9610145/package/Indexing/CustomIndexationTests.cs#L58 ![image](https://github.com/Unity-Technologies/com.unity.search.extensions/assets/25863696/a93c788d-c5d3-4bd6-84a8-cce10175f21c)

The Dependency Viewer doesn't work in Unity 2023.1.16f1. When selecting an item in the project assets, it raises this exception: ``` NotSupportedException: Specified method is not supported. UnityEditor.Search.PropertyTable..ctor (System.String serializationUID,...

Hello, First of all, thank you for this package, this is really usefull. I don't understand how a dependencies viewer is not included directly in Unity search. I see it...

only shows asset dependencies, making it nearly as useless as "find reference in scene"

Repro: 1. Open Dependency Viewer window and have dependency index built. 2. Select something to display dependencies. 3. Close Unity. 4. Open Unity again. Result: exception is logged ``` [Exception]...

As title says. Is testable with any scriptable object. From my experimentation only saving/reimporting the scene containing the components referencing the scriptable object will refresh the index.

Hey there, With the Entities Exp. 1.0 package now requiring Editor v2022.2.x, I updated my project to said version and came across some errors in this package. I will probably...

I am trying to build a query that will look for any prefabs where it has a script component and one its properties are not set. However, I can't seem...