Release Notes: 0.7.15.35782

From Neos Wiki
Jump to navigation Jump to search

Smallish update 0.7.15.35782

New Features:

- Added NeosEnumEditor<E> component, which adds physical UI for selecting an enum value (you need to spawn it via inspector by specifying the enum type

- Added PreserveDirectionAcrossPlane property to CharacterForceField, which will make sure that the character's current direction across the plane (defined by the force vector) is not reversed (meaning it'll roughly propel you along the current direction you're going, rather than reversing you)

- New LogiX Nodes for itneractring with grabbable

-- OnGrabbableGrabbed

-- OnGrabbableReleased

-- IsGrabbableGrabbed

-- IsGrabbableScalable

-- GrabbableGrabber

Tweaks:

- Added delay after gripping the environment (2 seconds by default) during which you can't scale yourself. This is to prevent accidental scaling when climbing

Bugfixes:

- Added extra global illumination update one second after switching worlds, for scenarios where the old skybox is still active during the recomputation

- Some tweaks to the BlitToDisplay component to prevent scenarios where deleting it would leave the screen black

- Fixed the ground texture color not being changeable in the SpaceWorld