crest
crest copied to clipboard
[BUG] Seems spawning a prefab with any ocean is making the app freeze in HDRP + Unity 6
Is there an existing issue for this?
- [X] I have searched the existing issues.
Have you checked the documentation to resolve your problem?
- [X] I have read the linked documentation and could not resolve my issue.
Current Behavior
When I try to spawn a prefab with any ocean, the app freezes.
No error log is generated and its impossible to interact with the app anymore.
Expected Behavior
Ocean be spawned, just like in editor.
Steps To Reproduce
Just install unity 6, add an ocean, and make a windows build using the HDRP pipeline
Unity Version
60000.7f
Crest Version
public const string HELP_URL_VERSION = "4.20.1";
Render Pipeline
High Definition
Editor or Standalone
Standalone
Environment
- OS: Windows 10
- GPU: GTX 3060 mobile
- Graphics API: I think direct X right
- Target Platform: Windows
Anything else?
fix plz ;_;
Update
I was able to make it work, if using graphics compositor, you must associate the ocean with the graphics compositor output camera, and not with any other camera of the composition. If you do, the app will freeze.