myTargetSDK / mytarget-unity

unity myTarget sdk
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Package manager and Assembly Definition #4

Open RocksteadyDog opened 1 year ago

RocksteadyDog commented 1 year ago

Hello!

Please add the plugin in unity package manager and assembly definition and standard hierarchy for the package as:

-Mycom.Target.Unity --Editor ... --- MyTargetAdsEditor.asmdef --Runtime ... ---MyTargetAds.asmdef


If many projects are used in one unity project and some of them include the current plugin and some do not, you have to duplicate the plugin, which adds problems

Thanks in advance!