I have created a package and named it General Utility
. This package has three assembly definition (.asmdef
) files. Each assembly definition has a specific namespace. You can see the Root Namespace
field of all assembly definition files in the following:
The namespaces also have been applied to the intended scripts. examples:
The problem is that when I add (import) the General Utility
package to my Unity project, project scripts can only see the Network
assembly definition namespaces. What’s wrong with the others?
Unity version: 2021.3.16
IDE: JetBrains Rider