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
Fixed 'FilePathAttribute' is inaccessible due to its protection level
# Fixed
- Fixed 'FilePathAttribute' is inaccessible due to its protection level, which was occurring in Unity 2019.
Added the example scenes
### Added
- Added the example scenes.
### Changed
- When the `CullingGroupProxy` is selected in hierarchy during playmode, the `TargetCamera` frustum gizmo and the culling target handle's are now also displayed.
- `CullingTargetRenderers` now perform a null check on `Rendrerers`.
Update Documentation
- Removed the constructor of CullingGroupKeyDefinition.
- Renamed from CameraSourceMode to CameraReferenceMode.
- Updated some documents.