-
Notifications
You must be signed in to change notification settings - Fork 94
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
Dependency errors in Unity 2023.2 #155
Comments
It appears that the generator is not marked with a label as an |
You are right that they are not labeled, but only adding the label |
Same issue here, on Unity 2023.2.15f1 adding the label |
I also think that this should be fixed (even if I still am not sure if the issue is in the NuGet ZLogger package or in NuGetForUnity) but, as a workaround, following there is the full procedure I used to have ZLogger working for me (I've tested it with Unity 2023.2.13f1, but I suppose that for the other 2023.2 versions it's the same.)
|
I have not had any problems in my environment. |
I just tested it with the latest NuGetForUnity from the url https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity, and I still have the problems. My ZLogger generator settings are like this: This bug is not present in older unity versions. In the current LTS both the platforms and the labels are set correctly. |
maybe latest NuGetForUnity solves it. |
Trying to install ZLogger on Unity 2023.2.13f1 with NuGetForUnity I get the following errors:
To be sure that the issue was in the ZLogger installation, and not in something else, I created a new project from scratch, where I just installed NugetForUnity from OpenUPM (version 4.0.2), and then ZLogger.
Notice that I installed other packages from NugetForUnity on 2023.2 without any problem, and that the installation runs perfectly on Unity 2022.3.20f1. I'm not sure if the problem is related on some ZLogger dependencies or some NuGetForUnity configuration.
The text was updated successfully, but these errors were encountered: