Hello Everyone,
My Issue is: My packages are created with different root names with unique namespaces, scripts are located in different subfolders, but during import, all moved to the Scripts of the first one package. can you please help me how to solve this issue? Thanks,
Assets/Project1/Script1.cs -// with I have adding namespace namespace_proj1{ }
and second one is,
Assets/Project2/Script1.cs -// with I have adding namespace namespace_proj2{ }
Please help me,