You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make some dependencies only available for the Editor mode of Unity for example: Assets/UMVC/Editor/EditorDependencies/UMVC.Editor.Dependencies.msb4u.csproj
And I would like also to have another csproj file for runtime deps as follows: Assets/UMVC/PlayerDependencies/UMVC.Player.Dependencies.msb4u.csproj
Hi everyone,
I'm trying to make some dependencies only available for the Editor mode of Unity for example:
Assets/UMVC/Editor/EditorDependencies/UMVC.Editor.Dependencies.msb4u.csproj
And I would like also to have another csproj file for runtime deps as follows:
Assets/UMVC/PlayerDependencies/UMVC.Player.Dependencies.msb4u.csproj
And it throws this error:
Does is it possible to make some projects reference only available for example the Unity editor?
The text was updated successfully, but these errors were encountered: