2024 and still no snapshot!

what we have
9754357--1396426--upload_2024-4-6_18-33-52.png
what we need:


what we get:
9754357--1396423--upload_2024-4-6_18-32-9.png

UI team, fix your priorities, pretty please.

6 Likes

in case you need confirmation that thumbnail is more important than a shortcut dock, here is what a vfx graph heavy project looks like
9754369--1396438--upload_2024-4-6_18-41-17.png
yeah, good luck finding what you need…

and in contrast, this is what you get in unreal, since 2016

7 Likes

Meanwhile in the Unity HQ: Team, we need to come up with a solution to prevent our customers from looking at other engines and we need to find it now. :wink:

6 Likes

as a proof of concept/workaround,

  • OnSceneSaved, grab scenecamera view as thumbnail
  • Then uses OnPreviewGUI to load thumbnail for selected scene

source:

Would be interesting if can replace scene thumbnail with that grabbed image in project window,
but haven’t looked into that yet…

2 Likes

Let’s add in the EULA a non-compete clause: users cannot use competing engines :smile:

1 Like

Seems like only thing missing is getting RenderStaticPreview() for scene files…

This can be used for scriptable objects and others to set actual custom thumbnails:

also,
SceneTemplates already have snapshot feature (not as the main icon, but almost there…)

*actually scene template does allow setting thumbnail,
9756909--1397145--upload_2024-4-8_15-26-8.png

** one more alternative,
RenderStaticPreview() for scene seems to render here(?)
9756909--1397148--upload_2024-4-8_15-30-47.png

2 Likes

yes Unity6