gpvigano / AsImpL

Asynchronous Importer and run-time Loader for Unity
MIT License
212 stars 37 forks source link

How do I install this ? #52

Closed alexs7 closed 9 months ago

alexs7 commented 2 years ago

Hello,

I am running Unity 2020.3.30f1 and I can't seem to install this.

I tried installing it from github, in the package manager (git URL) but I get this error:

'5.5' is not a valid `unity` property value. Expected '<year>.<version>'.

Package Manager Window] Error adding package: git@github.com:gpvigano/AsImpL.git.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:327)
gpvigano commented 2 years ago

This question needs to be further investigated (in particular the package.json format), in the meanwhile you can:

Please note that I just updated the repository to fix some warnings that appeared in the previous version when importing the project in a recent version of Unity.

hadardasim commented 2 years ago

Also had issues installing with the package manager in Unity 2021.3.2f1. Follwing the above steps (open ... export ... import) worked for me, thanks!