Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

A unity editor plugin which trying to make the prefab editing easier.

License

Notifications You must be signed in to change notification settings

Cloudage/PrefabStandaloneEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrefabStandaloneEditor

This is a unity editor plugin trying to make the prefab editing easier.

Unity itself lacks a standalone prefab editor window, when you want to edit a prefab, you normally needs to drag it into a scene first. Sometimes this will not be a comfortable method, for example, when you want to edit a character, equipment or item, which will be instantated at runtime and should not be inside any scenes.

Some people workaround this problem by add extra scenes for prefab editing, but this plugin may help things go much easer than this.

With this plugin, juse one double click on your ".prefab" file, you can have the prefab loaded into a fresh clean temporary scene to edit with, and of course there will be a close button to navigate you back to the previous scene when you are finished.(if it doesn`t, you will need to double click your scene to open it again.)

For now, you still need to click "Apply" button to save your work.

An example project is available here

snapshot

About

A unity editor plugin which trying to make the prefab editing easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages