realitycollective / com.realitycollective.service-framework

The Service Framework package components for the Reality Collective. This package an extensible service framework to build highly performant components for your Unity projects.
https://service-framework.realitycollective.net
MIT License
9 stars 5 forks source link

Bug: Some packages are causing failures in Unity on initial start #65

Open SimonDarksideJ opened 10 months ago

SimonDarksideJ commented 10 months ago

Reality Collective - Service Framework Bug Report

Describe the bug

WIth some packages, the Package Installer is failing and causing Unity to "hang" on first start up, this results in an empty folder for the package in the ".Generated" folder created by the PackageInstaller.

Once generated, the project can be opened successfully, but there is no content transferred to the folder.

To Reproduce

  1. Clean the RealityToolkit.dev project
  2. Start Unity
  3. See error

Expected behavior

Assets should be copied successfully from the package, if no assets exist it should complete without a ".generated" folder.

Actual behavior

Unity gets stuck in an infernal loop trying to load the project.