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

Multiplayer Play Mode and git Submodules #1325

Open
Paolofix21 opened this issue Aug 20, 2024 · 1 comment
Open

Multiplayer Play Mode and git Submodules #1325

Paolofix21 opened this issue Aug 20, 2024 · 1 comment
Labels
Needs developer input Needs input from the development team to resolve

Comments

@Paolofix21
Copy link

Hello,

I wanted to try this new feature which seemed nice in theory, but I smashed my head against a wall discovering that it has issues with packages that are installed as git submodules.

My project is a local repository with some packages installed as submodules, and when I try to enable a virtual player, it logs errors regarding those packages, specifically:

An error occurred while resolving packages:
Project has invalid dependencies:
    Camera System: Package name 'Camera System' is invalid.
    Character Controllers: Package name 'Character Controllers' is invalid.
    Izinspector: Package name 'Izinspector' is invalid.

Click on Retry to relaunch Unity and reopen your project.

Clicking on Continue or Retry doesn't solve it.

I'm not sure whether the issue is with embed packages in general, or only with those that are git submodules.

While you may fix it (or may not most probably if this package ends up like Kinematica) is there a temporary solution that I can try?

Kind regards.

@jabbacakes jabbacakes added the Needs developer input Needs input from the development team to resolve label Aug 20, 2024
@cdmazom
Copy link
Contributor

cdmazom commented Aug 20, 2024

Hello!

What version are you using? We recently fixed an issue with embed packages that sounds very similar. That's in 1.3.0-pre.1 and 1.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs developer input Needs input from the development team to resolve
Projects
None yet
Development

No branches or pull requests

3 participants