UnioGame / UniGame.EditorTools

Unity3D Editor Tools Collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniGame.EditorTools

Unity3D Editor Tools Collection

Odin inspector asset is Requaired : https://odininspector.com

Unity Package Installation

Add to your project manifiest by path [%UnityProject%]/Packages/manifiest.json these lines:

{
  "scopedRegistries": [
    {
      "name": "Unity",
      "url": "https://packages.unity.com",
      "scopes": [
        "com.unity"
      ]
    },
    {
      "name": "UniGame",
      "url": "http://packages.unigame.pro:4873/",
      "scopes": [
        "com.unigame"
      ]
    }
  ],
}

Features

Asset Reference Viewer

=============

  • Show Asset Guid by Asset Object
  • Show Asset by Guid
  • Show All Assets that have dependencies to target asset

About

Unity3D Editor Tools Collection


Languages

Language:C# 100.0%