Releases: mackysoft/Vision
Releases · mackysoft/Vision
1.2.1
1.2.0
Added
- Added
CullingTargetComponents
andCullingTargetGameObjects
.- These components work the same as
CullingTargetRenderers
.
- These components work the same as
Changed
- Moved coponent menu of utility components to
MackySoft/Vision/Utilities/
. UnityPackageExporter
is now exclude theResources
folder.VisionSettingsInitializer
is now generateVisionSettings
always.
1.1.5
1.1.4
1.1.3
Added
- Added an unit tests.
Changed
- Every time there is a change in the repository, unit tests and build tests on each platform are now performed.
- This ensures a certain level of package quality.
1.1.2
1.1.1
Added
- Added the
ColorSwitcher
.
Removed
- Removed the
MaterialSwitcher
. - Removed the material's from example assets.
- Removed the
Resources/VisionSettings
.
Changed
- The automatic generation of
VisionSettings
can now be avoided by defining theVISION_DISABLE_GENERATE_SETTINGS
definition symbol.- This is a measure to avoid including auto-generated VisionSettings in the package. They will not be used by the user.
1.1.0
Added
- Added the example scenes.
Changed
- When the
CullingGroupProxy
is selected in hierarchy during playmode, theTargetCamera
frustum gizmo and the culling target handle's are now also displayed. CullingTargetRenderers
now perform a null check onRendrerers
.