AsmdefHelper icon indicating copy to clipboard operation
AsmdefHelper copied to clipboard

Unity assembly definition utilities.

Results 3 AsmdefHelper issues
Sort by recently updated
recently updated
newest added

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 . 自分の環境でしか表示されてないと思っていたので無視していたが、ほかの環境での表示されてそうな気配なのでちゃんと調べる。

### 普通に作った場合のjosn (2020.2.0) ```json { "name": "Tests", "optionalUnityReferences": [ "TestAssemblies" ] } ``` ### 上から少し編集した場合のjson (2020.2.0) ```json { "name": "Tests", "rootNamespace": "", "references": [ "UnityEngine.TestRunner", "UnityEditor.TestRunner" ], "includePlatforms": [], "excludePlatforms":...

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