can install git packages from script,
but would need to check if unity editor version supports that git package..
and that means, need to manually fetch the package.json, check "unity": "6000.3" value,
compare to editor version..
OR; manually add #6000.3 in the git urls? then no need to fetch.. and it installs only in that version or later
can install git packages from script,
but would need to check if unity editor version supports that git package..
and that means, need to manually fetch the package.json, check "unity": "6000.3" value,
compare to editor version..
OR; manually add #6000.3 in the git urls? then no need to fetch.. and it installs only in that version or later