Skip to content

Releases: VirtueSky/sunflower

v3.2.6

05 Jan 03:18
10d6ef5
Compare
Choose a tag to compare

Changed:

  • Preload native overlay when init ad client
  • Make abstract for class ButtonCustom (don't allow ButtonCustom to be attached to hierarchy)
  • Fix LevelEditor (method ClearPreview)
  • Update register package:
    • Firebase 12.5.0
    • Google play game services 2.0.0
    • Apple signin 1.4.4
    • Ironsource sdk 8.5.1
    • UIEffect 5.1.0
    • UIParticle 4.10.6

Full Changelog: 3.2.5...3.2.6

v3.2.5

24 Dec 09:01
e3a08ba
Compare
Choose a tag to compare

Changed:

  • Update register package:

    • UIParticle 4.10.5
    • UIEffect 5.0.2
  • Preload BannerAd when init AdClient

  • Add more method get info iap product in IapDataVariable (GetLocalizedPriceString, GetIsoCurrencyCode, GetLocalizedDescription, GetLocalizedTitle, GetLocalizedPrice)

Full Changelog: 3.2.4...3.2.5

v3.2.4

18 Dec 03:39
93dda2c
Compare
Choose a tag to compare

Changed:

  • Update register package:
    • Google mobile ads sdk 9.5.0
    • UIEffect 5.0.1
  • Fix error null IapManager in IapDataVariable
  • Add Properties IsAutoSave for GameData
void DisableAutoSaveData()
{
     GameData.IsAutoSave = false;
}

void EnableAutoSaveData()
{
     GameData.IsAutoSave = true;
}

Full Changelog: 3.2.3...3.2.4

v3.2.3

13 Dec 07:46
02ddb16
Compare
Choose a tag to compare

Changed:

  • Add UnityServiceInitialization component
    • init before use unity iap or unity leaderboard
    • init is successful then UnityServiceInitialization.IsUnityServiceReady = true
  • Fix Iap (Error GetSubscriptionInfo throw NullReceiptException when init)
    • IapDataVariable: Remove cache and properties Product and SubscriptionInfo, use method GetProduct and GetSubscriptionInfo
    • IapManager: IapManager.IsInitialized = true after OnInitialized is called
  • Update Wiki Iap

Full Changelog: 3.2.2...3.2.3

v3.2.2

12 Dec 04:39
66f70be
Compare
Choose a tag to compare

Changed:

  • Refactor IAP
    • Remove EventPurchaseProduct, call purchase product via IapDataVariable
    public IapDataVariable removeAds;
    public void BuyRemoveAds()
    {
        removeAds.Purchase();
    }
    • Remove EventIsPurchaseProduct, call check is purchased product via IapDataVariable
    public IapDataVariable removeAds;
    public void Start()
    {
        if (removeAds.IsPurchased())
        {
            //
        }
    }
    • Call restore purchase by static
    public void RestorePurchase()
    {
        IapManager.Restore();
    }
    • don't delete IapDataVariable when generate product
    • Edit wiki IAP
  • Add more method in CreateAsset (method CreateAndGetScriptableAssetByName and GetScriptableAssetByName)

v3.2.1

11 Dec 03:02
c3d1542
Compare
Choose a tag to compare

Changed:

  • Update PrimeTween 1.2.2
  • Update native overlay ads:
    - Add method SetPosition for native overlay ads (to update position for native overlay)
    - Replace parameter canvas with camera in method RenderAd
  • Update register package (Adjust 5.0.6)
  • Add properties for FollowTargetComponent
  • Update Iap:
    - Add properties SubscriptionInfo in IapDataVariable
    - Internal field product add properties Product in IapDataVariable

Full Changelog: 3.2.0...3.2.1

3.2.0

03 Dec 02:55
2cffcc0
Compare
Choose a tag to compare

Changed:

  • add more method RenderAd for native overlay ads.
  • add setup MainBackgroundColor for native overlay ads.

Full Changelog: 3.1.9...3.2.0

v3.1.9

02 Dec 09:52
aabeaa6
Compare
Choose a tag to compare

Changed:

  • add Admob NativeOverlayAds

Full Changelog: 3.1.8...3.1.9

v3.1.8

22 Nov 07:18
a50fb4f
Compare
Choose a tag to compare
  • fix some component (use API for unity 6)
  • update register package:
    - update firebase 12.4.1
    - update ui particle 4.10.3
    - fix link google external-dependency-manager
    - fix link google-play-core
    - fix link google-play-common
    - fix link google-play-review
    - remove android-app-bundle

Full Changelog: 3.1.7...3.1.8

v3.1.7

15 Nov 10:15
145038e
Compare
Choose a tag to compare
  • update register package: Admob sdk 9.4.0
  • fix: AudioManager
    - remove dictionary, use list to cache sound fx component
    - remove sound cache in list when finish sfx
    - method GetSoundComponent return null when parameter soundCache null)
  • update: ButtonCustom (auto get PlaySfxEvent when OnReset)

Full Changelog: 3.1.6...3.1.7