Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I install this ? #52

Closed
alexs7 opened this issue May 5, 2022 · 2 comments
Closed

How do I install this ? #52

alexs7 opened this issue May 5, 2022 · 2 comments

Comments

@alexs7
Copy link

alexs7 commented May 5, 2022

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
Copy link
Owner

gpvigano commented May 6, 2022

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.

@hadardasim
Copy link

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

@gpvigano gpvigano closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants