Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.37.0](1.36.2...1.37.0) (2022-05-02) ### Bug Fixes * Fixed errors related to read-only scenes during build ([d8a4220](d8a4220)) * Fixed the prefabs not being found in ProjectWideSearcher ([a916bf1](a916bf1)) * Replaced buttons of plus-i and plus-s with a less blurry ones ([fa7642d](fa7642d)) ### Features * Added ProjectDependencySearcher that searches for SerializedObjects that will be put in a build, or objects that a scene depends upon, etc. ([f286e4e](f286e4e)) * Added ProjectDependencySearcher.GetSerializedObjectsFromOpenScenes() method ([a54a6ea](a54a6ea)) * Added ProjectWideSearcher that searches for all SerializedObjects in the project, or in a certain scene, prefab, etc. ([ee3da0b](ee3da0b)) * Added SerializedPropertyHelper.FindPropertiesOfType() ([fc61190](fc61190))
- Loading branch information