1. Neos VR
  2. News
  3. 0.8.18.34265 - .CUBE LUT format support, LogiX file access, full body tweaks

0.8.18.34265 - .CUBE LUT format support, LogiX file access, full body tweaks

"Unsafe Mode", File Write access for logix (experimental), support for CUBE LUT files, full body improvements and more!

New Features:

- Added "Unsafe Mode" for starting worlds, which allows use of dangerous experimental features in safe context
-- You can enable "Unsafe Mode" in the session start dialog
-- Unsafe Mode worlds can only be accessed from LAN at most. They can never be accessed over the internet
- Added special "Experimental" LogiX node category
-- To access, open your LogiX tooltip with inspector and check "ShowExperimental" field. Then open the LogiX node selector
-- DO NOT build anything long term using these nodes. It WILL BREAK at some point.
- Added experimental "Write Text To File" node (requested by @SHFR_H, @ProbablePrime)
-- Only works if the world is running in Unsafe Mode and only for the host
-- This is an experimental node. Make sure to follow the warning above
- Added support for .CUBE LUT format (implemented by @Coffee, requested by @Zane)
- Added NewLine node (this provides new line constant)
- Added ability to switch audio track on the VideoTextureProvider
-- Default is "null" which uses the default audio track. Use a number to override it (there's currently no feedback on how many are available and which ones they are, but usually there's few enough to try them all)

Tweaks:

- Changed the calf rotation for the full body IK, so the calf follows rotation of the foot rather than hips/pelvis (based on feedback by @InsaneGrox)
-- Let me know if it works better this way, might need to do some more tweaks
- Changed default height compensation to 0.95 (based on feedback by @InsaneGrox and @SmolCookie )
-- Existing avatars will be auto updated only if they use the original value of 1.05, otherwise the value is left unchanged
- Tweaked Maintain Height to properly offset the user height by the eye-level difference
-- This fixes avatars standing on their toes when using "maintain height" (they will still stand on their toes if you look down, that requires rework of seated mode)
-- If you changed your actual height to a lower one to prevent this, you'll need to change it so you're not scrunched
- Tweaked height compensation supression to see if it fixes issues with the avatar randomly becoming small until the user height is changed (reported by @InsaneGrox)
- Default Anonymous user role is now Spectator. Existing worlds are auto-updated to this on load, but you can reconfigure them afterwards if needed.
- "Mirror To Display" is now grayed out and cannot be used in screen mode now (based on feedback by @Shalefoot)
- Upgraded to Unity 2019.3.0f1 from 2019.3.0b12

Bugfixes:

- Fixed UI buttons not working when in the screen mode and not the host (reported by @pammematth and @Rukio )
- Fixed "-ForceLANOnly" command line argument not working correctly in all cases (reported by @ProbablePrime)