io.extendreality.zinnia.unity
Advanced tools
Changelog
1.10.2 (2019-12-21)
Bumps io.extendreality.malimbe from 9.6.3 to 9.6.4. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
Changelog
1.10.0 (2019-12-17)
The StringInListRule allows a string pattern to be specified to match against any string found in an associated String Observable List that is a component on the given GameObject.
This can replace the need to use the AnyComponentTypeRule and creating dummy scripts for tags as the string list can be used as the tag name that is then picked up by the rule.
The CompositeProcessTest was creating a GameObject contianier in one of the tests but not deleting it at the end of the test so it was present until all of the tests had run.
This can cause tests to behave incorrectly, so it has been removed.
Changelog
1.9.0 (2019-12-02)
The ObjectPointer can now disable the destination pointer element if there is no collision data from the RayCast.
Also, the ObjectPointer test was incorrect as the pointer elements were set up incorrectly where the container was assigned to the mesh and vice versa. This has now been corrected and the tests updated to reflect this change.
Changelog
1.8.2 (2019-12-02)
Bumps io.extendreality.malimbe from 9.6.2 to 9.6.3. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
Changelog
1.8.1 (2019-11-27)
Bumps io.extendreality.malimbe from 9.6.1 to 9.6.2. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] support@dependabot.com
Changelog
1.8.0 (2019-11-07)
Added extraction of magnitude and sqrMagnitude from Vector2.
Added Vector3ToFloat to extract x, y, z, magnitude and sqrMagnitude from Vector3.
Added the EmitSpeed and EmitAngularSpeed methods to VelocityEmitter.
Changelog
1.6.1 (2019-11-02)
The CollisionTrackerDisabledObserver is now always added and removed when a collision occurs rather than before where it was only added or removed if that collision state was being listened to.
The previous way would cause the CollisionTrackerDisabledObserver to either not be added at all or be added multiple times because it was never being removed.