Code Monkey home page Code Monkey logo

objectreferencewindow's Introduction

ObjectReferenceWindow

UnityのObjectがもつ参照ファイルを表示するウインドウ It is a window that displays the reference of Unity Object.

# 起動方法
Ism > ObjectReferenceWindow

# 使用方法
1.Objectに参照を調べたいObjectを入れる。
2.入れると「Search」と「Clipboard」と「UseGit」が表示される
    Search:     参照を検索します。
    Clipboard:  検索結果をクリップボードにコピーします。
                Eexelやspreadsheetで読みやすいフォーマットにしています。
    UseGit:     Gitログを取得して表示します。

# Unity
Unity2018.3.8f1で動作確認しました。

# C#
C#6以上で動作します。
Edit > PlayerSettings... > OtherSettings > Scripting Runtime Version
を「.NET 4.x Equivalent」にする。
C#4で使用したい場合は、System.Actionのnullチェックを入れる。

    C#6
    onComplete?.Invoke(json);
    C#4
    if(onComplete != null) onComplete.Invoke(json);

# EditorCoroutines
エディタ用のコルーチンを使用するためにEditorCoroutinesをInstallしています。
    1.Window > PackageManager
    2.Advanced > Show preview packages > EditorCoroutines
    3.Install *バージョンは0.0.2で確認しました。

objectreferencewindow's People

Contributors

hisakataism avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.