crest icon indicating copy to clipboard operation
crest copied to clipboard

Incompatibility with Easy Save asset

Open huwb opened this issue 1 year ago • 1 comments

Describe the bug When doing an auto save, all the ocean tiles get dumped into the root of the scene.

More info

https://moodkie.com/forum/viewtopic.php?f=13&p=10272#p10272

I think it implies we are serialising a list of the tiles somewhere, but this was the closest i could find (not serialised):

https://github.com/wave-harmonic/crest/blob/master/crest/Assets/Crest/Crest/Scripts/OceanRenderer.cs#L373

Not sure where we are serialising references to these. And i searched everywhere for List< and did not spot it.

Log What is in the editor log? Clear before running and then provide any errors/warnings that appear. The log frequently provides the key hints.

Versions Which render pipeline (built-in/LWRP/HDRP)? Which version of LWRP/HDRP? Which version of unity (including minor, i.e. 2019.1.0f2)?

To Reproduce Trigger auto save using Easy Save

Platform

  • Editor
  • Platform (win/mac/...)

Additional context Add any other context about the problem here.

huwb avatar Jul 29 '22 14:07 huwb

Threads about issue on Discord: https://discord.com/channels/559866092546424832/1006228837044072520 https://discord.com/channels/559866092546424832/992793984059576471

daleeidd avatar Sep 03 '22 03:09 daleeidd

Turns out #1066 also fixed this issue.

daleeidd avatar Oct 05 '22 09:10 daleeidd