Search Unity

Question Please Add 3rd Party Dll Detection feature for asmdef version defines.

Discussion in 'Editor Workflows' started by EnamulIslamJisan, Feb 24, 2021.

  1. EnamulIslamJisan

    EnamulIslamJisan

    Joined:
    Oct 11, 2018
    Posts:
    93
    Please Add 3rd Party Dll Detection feature for asmdef version defines. sometimes it's necessary for the custom editor extension creation process. for example my asset needs bolt to work. but without symbol defined errors will popup if bolt is not available. so I want asmdef to define a symbol when bolt is available
     
  2. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
  3. EnamulIslamJisan

    EnamulIslamJisan

    Joined:
    Oct 11, 2018
    Posts:
    93
    Thanks. but when it comes to unity ads asset from the asset store. no runtime dll shows up in list of asmdef version define; is it possible to define for example UNITY_ADS_SDK without custom script help when the Unity Ads asset is available?.

    The main thing I want is define but with out creating a script to do it
     
  4. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
    asset store does not track dependencies and installed packages. you need to do everything manually
     
    EnamulIslamJisan likes this.
  5. EnamulIslamJisan

    EnamulIslamJisan

    Joined:
    Oct 11, 2018
    Posts:
    93