rparak / Unity3D_Robotics_UR

A digital-twin of the Universal Robots UR3 integrated into the Unity3D development platform.
MIT License
150 stars 51 forks source link

Package Manager Error in Unity - No package manifest was found. #7

Open bonnuite opened 10 months ago

bonnuite commented 10 months ago

Attempting to add link of https://github.com/rparak/Unity3D_Robotics_UR.git in Package Manager in Unity under "Adding package from git URL" ends with an error:

image

System: Windows 10 Unity 2022.3.12f1

Many thanks for looking into this issue.

rparak commented 10 months ago

Hi @bonnuite,

The problem may be in the version of Unity3D that you are using. In my readme file, it is specified that I am using the version of Unity3D 2020.1.8f1. However, the problem is likely to occur only when you add a project via the Package Manager.

Try simply downloading the repository, for example, using GitHub Desktop, and then copy the 'Universal_Robots_Unity_App' folder to the Unity3D project folder on your computer. After that, just open the project using the Unity3D Hub.

I hope everything is clear, if not, contact me at: Roman.Parak@outlook.com

Have a great day.

RP