Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/hiddenobjectfinder.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Hidden Object Finder!** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/hiddenobjectfinder.git
```

[![pkglnk](https://www.pkglnk.dev/badge/hiddenobjectfinder.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/hiddenobjectfinder)

README

Unity Hidden Object Finder

中文

Find hidden Obejcts in the Unity Editor.

Hidden Object Finder Window

Supported Unity Version

Unity 2019.4 and later.

Installation

openupm

Install this package via OpenUPM, or clone this repository directly into the Packages folder of your project.

How to use

Open the Hidden Object Finder tool window from the menu Tools/Bamboo/Hidden Object Finder.

Use the Object Types option to set the types of objects you want to find, and use the Hide Flags Filter option to set which types of hidden flags to search for. Then click the Find button to display the search results on the left side of the window. After selecting a search result, you can preview and edit the object in the right panel of the window.

Note: The window does not automatically refresh the list of search results. If you modify the object's hidden flags or delete an object, you need to perform the search again to refresh the list.

API

You can call the static methods of the GBG.HiddenObjectFinder.Editor.HiddenObjectFinder class to find hidden objects through a script.

Comments

No comments yet. Be the first!