unitycoder / UnityInitializeProject

Initialize project automatically with script launched from https://github.com/unitycoder/UnityLauncherPro
MIT License
12 stars 3 forks source link

how to remove packages using editor script #1

Closed unitycoder closed 6 months ago

unitycoder commented 2 years ago

references

unitycoder commented 1 year ago

currently works in 2020.3 and later, using newtonsoft from reflection.

later, need to add simple string parsing to remove packages in older versions.

unitycoder commented 1 year ago

for 2019.1 and later have: https://docs.unity3d.com/2019.1/Documentation/Manual/upm-api.html

unitycoder commented 6 months ago

kind of works already, so maybe improve later