Skip to content

Fixed nuget packages get lost with Unity 6#743

Merged
JoC0de merged 2 commits intoGlitchEnzo:masterfrom
tgoessler:master
Jan 17, 2026
Merged

Fixed nuget packages get lost with Unity 6#743
JoC0de merged 2 commits intoGlitchEnzo:masterfrom
tgoessler:master

Conversation

@tgoessler
Copy link
Contributor

In Unity 6 it can happen that multiple asset import worker processes get started at the same time then this will lead to undefined behavior because session data is new for each worker process, so it will execute the code in parallel multiple times.

In Unity 6 it can happen that multiple asset import worker processes get started at the same time then this will lead to undefined behavior because session data is new for each worker process, so it will execute the code in parallel multiple times.
Copy link
Collaborator

@JoC0de JoC0de left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if the if will not work when NuGetForUnity is installed using .unitypackage install method it is ok.

@JoC0de JoC0de merged commit b595f37 into GlitchEnzo:master Jan 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants