Skip to content

A tool window for listing and editing HideFlags in the scene for Unity.

License

Notifications You must be signed in to change notification settings

neuneu9/unity-hideflags-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity HideFlags Viewer

What’s this?

Have you ever had been bothered by ghosted GameObjects were saved in a scene with using HideFlags?
This is a tool window for listing and editing HideFlags in the scene for Unity.

eye-catching

Supported Unity versions

Unity 2020.3 or higher.

Installation

Via Package Manager.
Open the Package Manager window in your Unity editor, select Add package from git URL... from the + button in the top left, enter following and press the Add button.

https://github.com/neuneu9/unity-hideflags-viewer.git?path=Packages/jp.neuneu9.hideflags-viewer

Or open the Packages/manifest.json file and add an item like the following to the dependencies field.

"jp.neuneu9.hideflags-viewer": "https://github.com/neuneu9/unity-hideflags-viewer.git?path=Packages/jp.neuneu9.hideflags-viewer",

How to use

Select Window -> HideFlags Viewer in the menu to open the window.

Operations

Item Explanation
Scene A dropdown to select the target scene from the currently open scenes
Edit HideFlags Check this if you want to edit HideFlags
Exclude HideFlags.None Check this if you want to exclude HideFlags.None from the table below
GameObject-HideFlags A list of GameObjects in the scene and their HideFlags
Reload Relist GameObjects in the scene

demo

About

A tool window for listing and editing HideFlags in the scene for Unity.

Topics

Resources

License

Stars

Watchers

Forks

Languages