Search Unity

Question IAP creating gameObject.

Discussion in 'Scripting' started by Deleted User, May 22, 2023.

  1. Deleted User

    Deleted User

    Guest

    Hey!

    The unity code “StandardPurchasingModule” creates the following gameObject:


    Code (CSharp):
    1.  
    2.  
    3. var gameObject = new GameObject("IAPUtil”); [I][B]
    [/I][/B]

    However this object never gets deleted. So my game scene just gets filled with more and more of these (see image below).
    Screenshot 2023-05-22 at 15.29.24.png

    2 Questions:
    1. Am I missing s step?
    2. Is this a known issue?
     

    Attached Files: