arenaxr / arena-unity

Unity C# library for editing scenes and creating applications for the ARENA.
https://docs.arenaxr.org/content/unity
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

text mesh pro popups are unsustainable #103

Open mwfarb opened 3 weeks ago

mwfarb commented 3 weeks ago

Depending on the refresh of the project, to some yet unknown degree, the TMPro library import popup keeps getting in the way even after the user has imported the required packages.

mwfarb commented 3 weeks ago

Might be able to use ImportPackage, after detecting the TMP Essentials has not been imported yet: https://docs.unity3d.com/ScriptReference/AssetDatabase.ImportPackage.html