Improve error when scene/resource is saved with newer format #90571
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently opening a scene saved in a new format results in very unhelpful message:
![](https://camo.githubusercontent.com/acaf3128ae9a269781770ccb5298f2a6dc556b4d5f4dc32109fdd1eaabb6c6c9/68747470733a2f2f636861742e676f646f74656e67696e652e6f72672f66696c652d75706c6f61642f3636313866643039633937363632363238353838636533662f436c6970626f6172642532302d253230417072696c25323031322c2532303230323425323031313a32312e706e67)
This PR improves it:
![image](https://private-user-images.githubusercontent.com/2223172/321940052-83aa0bad-7e50-48b4-95d2-612a5da2ce0a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTEzMzMsIm5iZiI6MTczOTY5MTAzMywicGF0aCI6Ii8yMjIzMTcyLzMyMTk0MDA1Mi04M2FhMGJhZC03ZTUwLTQ4YjQtOTVkMi02MTJhNWRhMmNlMGEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTZUMDczMDMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjNlZDc0NGU5Yzc2M2E4MjhiMGQ3MTUxZWYwN2IxNWU4YWYwNjI5MDljYmMxMTJkNzk5Mjk1NDU1OTQyNWUxZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.H9qV_FdxgR1BX8YnD_wDtK4KUW5CxTvMLJedE1erWMo)