Skip to content

Releases: mackysoft/Vision

1.2.1

25 Apr 07:30
Compare
Choose a tag to compare

Changed

  • Renamed from VisionSettingsInitializer to VisionSettingsGenerator.
  • Implemented the VISION_DISABLE_GENERATE_SETTINGS definition symbol again to avoid the Resources folder being included in the OpwnUPM package.

1.2.0

24 Apr 16:32
Compare
Choose a tag to compare

Added

  • Added CullingTargetComponents and CullingTargetGameObjects.
    • These components work the same as CullingTargetRenderers.

Changed

  • Moved coponent menu of utility components to MackySoft/Vision/Utilities/.
  • UnityPackageExporter is now exclude the Resources folder.
  • VisionSettingsInitializer is now generate VisionSettings always.

1.1.5

21 Apr 06:49
Compare
Choose a tag to compare

Changed

  • If the CullingTargetBehaviour.GroupKey is not set, a warning will now be displayed in the Inspector.

1.1.4

19 Apr 19:27
Compare
Choose a tag to compare

Fixed

  • Fixed VisionSettings could not be generated when installed via Open UPM. #2

1.1.3

19 Apr 16:16
Compare
Choose a tag to compare

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

18 Apr 12:50
Compare
Choose a tag to compare

Fixed

  • Fixed 'FilePathAttribute' is inaccessible due to its protection level, which was occurring in Unity 2019.

1.1.1

27 Mar 09:37
Compare
Choose a tag to compare

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 the VISION_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

19 Mar 15:27
Compare
Choose a tag to compare

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.

1.0.2

16 Mar 12:51
Compare
Choose a tag to compare

Added

  • Added the LinkOnEnableOrStart property and Link method to CullingGroupTargetSetter.

Removed

  • Removed the constructor of CullingGroupKeyDefinition.

Changed

  • Renamed CameraSourceMode to CameraReferenceMode.
  • Updated some documents.

1.0.1

15 Mar 11:45
Compare
Choose a tag to compare

Added

  • Added the VisionSettingsInitializer.
    • VisionSettings will now be generated automatically.