GithubHelp home page GithubHelp logo

qwe321qwe321qwe321 / unity-recent-scene-toolbar Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 975 KB

Add Recent Scene to Unity toolbar to quickly access recent scenes.

License: MIT License

C# 100.00%
unity unity-editor

unity-recent-scene-toolbar's Introduction

Unity-Recent-Scene-Toolbar

Add Recent Scene button to open the recent scenes easily. (Additive-load supported)

The maximum number is 10 by default. (By the const value in RecentSceneList.cs)

Installation

Unity Package Manager -> Add package from git URL

https://github.com/qwe321qwe321qwe321/Unity-Recent-Scene-Toolbar.git

Since package isn't able to create scriptable object, the RecentSceneList.asset will be created in Assets/Plugins/RecentSceneToolbar/Editor by default. It can be anywhere you like in the project. And you should add it to .gitignore manually to prevent tracking

How is it done

  • Hook up the EditorSceneManager.activeSceneChangedInEditMode to record the scenes to a scriptable object RecentSceneList.asset.

    • RecentSceneList.asset will be generated if it doesn't exist.

    • The .gitignore in Editor folder is used to prevent git tracking RecentSceneList.asset which always change when you switch scene.

Third parties

unity-recent-scene-toolbar's People

Contributors

kryeker avatar qwe321qwe321qwe321 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

kryeker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.