- Home /
Question by
mokhabadi · Oct 19, 2020 at 04:49 PM ·
scripting problem
How to Add shared project to unity
I have a C# "shared Project". I can Add this project to unity solution but i can't use it in my scripts because my scripts in the "Assembly-CSharp" project in unity solution doesn't recognize it and i must add reference to that shared project. but problem is that the auto-created "Assembly-CSharp" under the auto-created unity solution doesn't have "Add>reference" option. also i can't open "Assembly-CSharp" properties. I'm using unity 2019.4 with VS2019.
Comment
Your answer
Follow this Question
Related Questions
Respawn script not working. 2 Answers
Spherical gravity with OVRPlayerController 0 Answers
Array Out of Index (When it Really is not??) 1 Answer
How to Write a Drag and Drop script for Unity 5.3.3? 4 Answers
Call Function with a Bool (C#) 1 Answer