v1.23.0
ExtendReality-Bot
released this
15 Aug 12:42
·
259 commits
to master
since this release
1.23.0 (2020-08-15)
Features
- Cast: provide ability to determine validity by target point (67a103a)
The new TargetPointValidity rule allows a type of Vector3Rule to be used to determine if the PointsCast target point should be considered as a valid target.
This can be used with the new NavMeshRule to determine if a target point from the points cast is within the NavMesh boundaries.
- Rule: add rule to determine if Vector3 point is within NavMesh (b4ff0a1)
The NavMeshRule extends the new Vector3Rule which determines if a given Vector3 point is within the limits of a NavMesh.