Skip to content

Unity assembly definition utilities.

License

Notifications You must be signed in to change notification settings

kakunpc/AsmdefHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asmdef Helper

Unity assembly definition utilities.

This library solve inconvenience of assembly definition on unity.

Dependency Graph

Unity assembly definition viewer.

[Window] > [Asmdef Helper] > [Open DependencyGraph]

Show assembly definition referances in your project like this.

You need to organize the nodes by yourself.

Multiple Edit

Open multiple assembly definition inspector views for parallel editing.

  1. [Window] > [Asmdef Helper] > [Find all asmdef in project]
  2. All asmdef will appear in project browser.
  3. Pick up asmdef to edit.
  4. [Window] > [Asmdef Helper] > [Open selected asmdef inspector view]
  5. Open asmdef inspector views and edit asmdef.

Sync Solution

Refresh .sln/.csproj in your project.

[Window] > [Asmdef Helper] > [Sync C# Solution]

I referred to this: [SOLVED] Unity not generating .sln file from Assets > Open C# Project


Environment

Unity 2019.3.4f1

This library use unity internal class, so may be not work (or couse build error) depending your unity vresion.

I referred to this: 【Unity, C#】internalな型やメンバにアクセスするには、多分これが一番早いと思います

License

MIT

Author

@naninunenoy

About

Unity assembly definition utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%