EntityComponentSystemSamples icon indicating copy to clipboard operation
EntityComponentSystemSamples copied to clipboard

I cannot install “com.unity.entities.graphics“.

Open lx93466 opened this issue 2 years ago • 2 comments

I cannot install "com.unity.entities.graphics" in china. The error is "An error occurred while resolving packages: Project has invalid dependencies: com.unity.entities.graphics: Cannot connect to 'api.unity.com' (error code: ECONNREFUSED). Verify your environment firewall policies allow connection to this host name. If your system is behind a proxy, verify your proxy environment variables (HTTP_PROXY and HTTPS_PROXY) are properly set."

### Tasks
### Tasks

lx93466 avatar Jun 30 '23 12:06 lx93466

Try download the latest 2022.3.x releases from https://unity.cn/releases

horeaper avatar Oct 19 '23 18:10 horeaper

I encountered the same problem. I think it is a good solution to move the dependent libraries from the packagecache directory to the Package directory and submit them to git together, because the dependent libraries change too frequently.

Jaymz1688 avatar Oct 28 '23 16:10 Jaymz1688