Coder Social home page Coder Social logo

asmdefhelper's Introduction

Hi there 👋

GitHub Stats Card

asmdefhelper's People

Contributors

basstal avatar naninunenoy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

asmdefhelper's Issues

Nodeの左右反転

依存性逆転とかあるので、nodeのin/outを反転できた方がGraphがきれいに見えると思う

Add Assembly-CSharp Node

Add root Assembly-CSharp Node (Unity default assembly)
ref to all nodes which AutoReferenced=True

2021.1でコンパイルエラー

in unity 2021.1.7

Library\PackageCache\dev.n5y.asmdefhelper@95fa00c675
\AsmdefHelper\Unity.InternalAPIEditorBridgeDev.001\SolutionSynchronizerWrapper.cs(7,25):
error CS0246: The type or namespace name 'SolutionSynchronizer' could not be found
(are you missing a using directive or an assembly reference?)

Error message on installation via UPM (conflict GUID of SampleScene.unity)

If you delete these files, the message will not appear.

  • Library\PackageCache\dev.n5y.asmdefhelper@xxxxxxxxxx/SampleScene.unity
  • Library\PackageCache\dev.n5y.asmdefhelper@xxxxxxxxxx/SampleScene.unity.meta .

自分の環境でしか表示されてないと思っていたので無視していたが、ほかの環境での表示されてそうな気配なのでちゃんと調べる。

ノードのフィルタリング

DependencyGraphに表示対象のasmdefがデフォルト全てなので、名前に部分一致で表示するノードをフィルタリングできるようにしたい

Test用のAsmdefを作成

普通に作った場合のjosn (2020.2.0)

{
    "name": "Tests",
    "optionalUnityReferences": [
        "TestAssemblies"
    ]
}

上から少し編集した場合のjson (2020.2.0)

{
    "name": "Tests",
    "rootNamespace": "",
    "references": [
        "UnityEngine.TestRunner",
        "UnityEditor.TestRunner"
    ],
    "includePlatforms": [],
    "excludePlatforms": [],
    "allowUnsafeCode": false,
    "overrideReferences": true,
    "precompiledReferences": [
        "nunit.framework.dll"
    ],
    "autoReferenced": false,
    "defineConstraints": [
        "UNITY_INCLUDE_TESTS"
    ],
    "versionDefines": [],
    "noEngineReferences": false
}

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.