
Accessing the 5.5.0 Preview 5 Release
CRYENGINE Preview versions are now available through the CRYENGINE Launcher.

Having logged into the CRYENGINE Launcher go to LIBRARY -> My Engines where your currently installed and available Engines are listed. From there Engines can be updated (installed).
GitHub
CRYENGINE Previews can still be obtained from GitHub as can full Sandbox Editor source code.
Preview Engine versions are also available from Github, however Sandbox Editor source code is only available via Github.
- Go to: https://github.com/CRYTEK/CRYENGINE/rel ... 0_preview6
- Download CRYENGINE_preview_5.5.0.327_pc.zip
- Unzip it somewhere and open the directory “CRYENGINE_preview_5.5.0.327_pc”
- Double click on InstallEngine.bat
Code Interface Changes
For more information, see the Important CRYENGINE 5.5 Data and Code Changes article.
If you are upgrading from CRYENGINE 5.4, please read this topic: Migrating from CRYENGINE 5.4 to CRYENGINE 5.5.
Known Issues
All Known Issues are Work in Progress. If you encounter those or similar problems please let us know, but be aware that we are already looking into it.
- RENDERER: Reflections are broken if a material is attached to a object. Can be tweaked with "r_ssreflsamples" and "r_ssrefldistance".
- CRASH: Vulkan crashes after level load.
- CRASH: Sandbox Editor crashes if a particle effect is placed in the level and is opened in the Particle Editor.
- DESIGNER TOOL: (VS2017) Objects may be invisible after levelload/chainload.
Workaround: Enable, then disable e_permanentRenderObjects 0/1. - C#: Using the CRYENGINE C# extension for Visual Studio 2017 to start the GameLauncher, Sandbox Editor or Server can cause an error when used in the latest version of Visual Studio 2017. More information and a fix for this issue can be found here.
- ENTITY: Light Projector does not cast any shadows.
- ENTITY: Using an entity/component as movement, rotation pivot/joint in Trackview does not play the animation in-game and or in pure game.
Audio
Middleware Updates
- Updated to Wwise SDK 2018.1.0 (NOTE: If using CRYENGINE 5.5.0 Preview 6 (and future versions of CRYENGINE), then users MUST update their Wwise version to at least version 2018.1.0 or later. NOTE: Earlier versions of CRYENGINE i.e. up to and including CRYENGINE 5.5.0 Preview 5 MUST use a Wwise version that is prior to Wwise 2018.1.0.
- Updated to Fmod Studio 1.10.07.
Action General
- Fixed: Container Entities do not output correct data.
Renderer General
- Fixed: GetDebugName platform ifdef - fixed compilation for Durango.
- Fixed: Scaleform memory leak.
- Fixed: Pipeline State Object (PSO) pool growing unbounded.
- Tweaked: Allow recursive release of rendernodes.
- Fixed: (Entity System) Crash after jumping into any level and trying to exit.
- Fixed: (Entity System) Unremovable entities were not hidden when they were removed.
- Fixed: (Renderer) Missing information in water volume reflections.
- Fixed: (Sandbox Editor) Opening a level through the Asset Browser will set the wrong level path. When saving a level, legacy code in mission, terrain, vegetation etc. will fail to resolve the path.
- Fixed: (CryDefaultEntities) Assertion and crash in the MannequinObject after deletion. The MannequinObject was changed to an IEntityComponent but still behaved like a GameObject on shutdown.
- Tweaked: (Animation) Vcloth parameter names have been changed in order to clarify that constraints are enforced and propagated locally between nearest neighbors only. NOTE: Users will need to override defaults and set the values for the new Nearest Neighbor Distance Constraints (NNDC) parameters.
- Tweaked: (Character Tool) Checkbox for NNDC now switches to disabled after re-loading.
- Tweaked: (Water Volumes) Added more parameters.
- Tweaked: (Water Volumes) Improved fade-out parameters to suppress glaring step-artifacts between missing and non-missing Screen Space Reflection(s) (SSR) information.
- Tweaked: (Sandbox) Don't handle mouse events in Level Editor Viewport if no level is loaded.
- Tweaked: (Renderer) Move GPU particles update into Update() rather than Execute().
How to report Crashes: In case of engine crashes, please use the Crash Reporter in the launcher when it pops up and don't forget to attach all reports! We hope you enjoy the build and we look forward to seeing what you can do with it. For guides on how to best submit an issue or if you need to contact customer support, please review the 'How to contact CRYENGINE Official Support Channels' landing thread on the forum.
You can also discuss the news with our devs and your fellow CryENGINEERs on our CRYENGINE Community Discord channel.
- Your CRYENGINE Team