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
chore(release): 1.39.0 [skip ci]
# [1.39.0](1.38.2...1.39.0) (2022-06-07)
### Features
* Added an option to exclude assembly from editor during import ([5f7dea7](5f7dea7))
chore(release): 1.37.0 [skip ci]
# [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))
chore(release): 1.36.2 [skip ci]
## [1.36.2](1.36.1...1.36.2) (2022-03-15)
### Bug Fixes
* Fixed ReadOnlySpan not being found in Unity 2020.3 and lower ([b2cc6b2](b2cc6b2))