AsImpL icon indicating copy to clipboard operation
AsImpL copied to clipboard

How do I install this ?

Open alexs7 opened this issue 2 years ago • 1 comments

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: [email protected]:gpvigano/AsImpL.git.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:327)

alexs7 avatar May 05 '22 12:05 alexs7

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

  • open the AsImpL project with your Unity Editor,
  • let it convert the project in your Unity version,
  • export the package (right click on the AsImpL folder in the project panel and select "Export Package...")
  • and finally import it in your project (Assets/Import Package/Custom Package...). The model folder must be copied manually if you want to test the examples.

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.

gpvigano avatar May 06 '22 12:05 gpvigano

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

hadardasim avatar Oct 20 '22 18:10 hadardasim