Skip to content

Conversation

jijinggang
Copy link

No description provided.

@vanifatovvlad vanifatovvlad added the wontfix This will not be worked on label Sep 20, 2025
@vanifatovvlad
Copy link
Contributor

vanifatovvlad commented Sep 20, 2025

Tri-Inspector requires access to the editor's internal api and one possible method to achieve this is to create a asmref or a asmdef to a Unity Localization package.

If we use asmdef:

  • Tri-Inspector have a very simple installation that requires no dependencies;
  • But users who use Unity Localization package won't be able to use Tri-Inspector due to duplicate assemblies (which is a critical issue)

If we use a asmref and a dependency on a Unity Localization package:

  • The installation process is still very simple, but the Unity Localization package is also installed along with the Tri-Inspector (which can be removed from the project by installing a Unity-Localization-Stub-for-Tri-Inspector.git package, as described in the readme).
  • The Tri-Inspector works for all users.

Of these options, I think asmref is preferable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Development

Successfully merging this pull request may close these issues.

2 participants