All Projects → mminer → Scene View Bookmarks

mminer / Scene View Bookmarks

Licence: mit
Unity editor extension to bookmark scene views.

Projects that are alternatives of or similar to Scene View Bookmarks

Extosc
extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
Stars: ✭ 69 (+72.5%)
Mutual labels:  unity, unity3d, unity-editor
Unity Editor Toolbox
Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
Stars: ✭ 273 (+582.5%)
Mutual labels:  unity, unity3d, unity-editor
Pb stl
STL import/export for Unity, supporting both ASCII and Binary.
Stars: ✭ 108 (+170%)
Mutual labels:  unity, unity3d, unity-editor
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (+190%)
Mutual labels:  unity, unity3d, unity-editor
Actors.unity
🚀Actors is a framework empowering developers to make better games faster on Unity.
Stars: ✭ 437 (+992.5%)
Mutual labels:  unity, unity3d, unity-editor
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+2710%)
Mutual labels:  unity, unity3d, unity-editor
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (+300%)
Mutual labels:  unity, unity3d, unity-editor
Uniuguitoolbar
【Unity】uGUI のオブジェクトを作成できるツールバーのエディタ拡張
Stars: ✭ 44 (+10%)
Mutual labels:  unity, unity3d, unity-editor
Easybuttons
Add buttons to your inspector in Unity super easily with this simple attribute
Stars: ✭ 410 (+925%)
Mutual labels:  unity, unity3d, unity-editor
Texture maker
A texture maker tool for unity.
Stars: ✭ 358 (+795%)
Mutual labels:  unity, unity3d, unity-editor
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+9000%)
Mutual labels:  unity, unity3d, unity-editor
Unitynativescripting
Unity Scripting in C++
Stars: ✭ 844 (+2010%)
Mutual labels:  unity, unity3d, unity-editor
Tracerysharp
C#/Unity port of Tracery (heavily WIP)
Stars: ✭ 19 (-52.5%)
Mutual labels:  unity, unity3d, unity-editor
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-22.5%)
Mutual labels:  unity, unity3d, unity-editor
Pix2pix
Real-time pix2pix implementation with Unity
Stars: ✭ 912 (+2180%)
Mutual labels:  unity, unity3d
Beaverandfairies
Stars: ✭ 14 (-65%)
Mutual labels:  unity, unity3d
Unitypluginwithwsl
Unity native plugin with WSL (Windows Subsystem for Linux)
Stars: ✭ 39 (-2.5%)
Mutual labels:  unity, unity3d
Flutter Unity View Widget
Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
Stars: ✭ 961 (+2302.5%)
Mutual labels:  unity, unity3d
C Sharp Promise
Promises library for C# for management of asynchronous operations.
Stars: ✭ 870 (+2075%)
Mutual labels:  unity, unity3d
Unity 3mx
Load 3MX/3MXB format LOD model files generated by Bentley ContextCapture into Unity.
Stars: ✭ 38 (-5%)
Mutual labels:  unity, unity3d

Scene View Bookmarks

Unity editor extension to bookmark scene views.

Unreal Engine has a handy feature that allows you to bookmark the viewport camera's current position then return to it later. Unity lacks this convenience, but this script adds it.

Using

Drop SceneViewBookmarker.cs into your Unity project. Press option / alt and a number from 1-9 to bookmark the current scene view. When you want to return to the scene view that you bookmarked, press shift and the number you chose.

After recalling a bookmark, you can return to the former scene view by pressing shift 0 (think of this as an undo of sorts).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].