Skip to content

Instantly share code, notes, and snippets.

View 123tris's full-sized avatar
😁
I love deleting code

Tristan Metz 123tris

😁
I love deleting code
View GitHub Profile
@123tris
123tris / SceneHistoryWidget.cs
Created January 19, 2023 03:02 — forked from jringrose/SceneHistoryWidget.cs
Drop this into an Editor folder in your project to add a history widget to your scene view. Supports going backwards and forwards through your recent scene history, as well as a dropdown of all recently edited scenes. Also supports the back/forwards buttons on your mouse! Doesn't support multi-scene editing very well, though.
#if UNITY_EDITOR
/*
MIT License
Copyright (c) 2016 Jesse Ringrose
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights