Skip to content

Releases: unity-package/sunflower_2

v1.4.9

24 Dec 14:31
4bf4550
Compare
Choose a tag to compare

Changed:

  • Update register package
    • UIEffect 5.0.2
    • UIParticle 4.10.5
  • Refactor AdClient and Preload banner when init AdClient
  • Add Properties IsAutoSave for GameData
void DisableAutoSaveData()
{
     GameData.IsAutoSave = false;
}

void EnableAutoSaveData()
{
     GameData.IsAutoSave = true;
}
  • Update dependency in package.json (add dependency UniTask)

Full Changelog: 1.4.8...1.4.9

v1.4.8

16 Dec 08:43
e4754cf
Compare
Choose a tag to compare

Changed:

  • Add method SetPosition for native overlay ads
  • Update register package:
    • Adjust sdk 5.0.6
    • PrimeTween 1.2.2
    • UIEffect 5.0.1
    • Google mobile ads 9.5.0
  • Add method GetSubscriptioninfo for iap

Full Changelog: 1.4.7...1.4.8

v1.4.7

04 Dec 03:25
9f97aa2
Compare
Choose a tag to compare

Changed:

  • Add NativeOverlayAd
  • Update PrimeTween 1.2.1
  • Add property for FollowTargetComponent

Full Changelog: 1.4.6...1.4.7

v1.4.6

22 Nov 07:41
b4723ad
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: 1.4.5...1.4.6

v1.4.5

15 Nov 10:45
835b7c5
Compare
Choose a tag to compare
  • fix: Error namespace 47b666a
  • 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)

Full Changelog: 1.4.4...1.4.5

v1.4.4

12 Nov 06:41
8b35818
Compare
Choose a tag to compare
  • update register package: ui-effect 5.0.0, ui-particle 4.10.2
    (note: ui-effect from v4 to v5 has many updates and changes in components. see here)
  • add use sound fx in button custom
  • change list to array at some place
  • add tab InAppReview in magic panel

Full Changelog: 1.4.3...1.4.4

V1.4.3

04 Nov 04:48
125bd76
Compare
Choose a tag to compare
  • fix: Change url request internet http://google.com to https://google.com
  • fix: Create Texture2D for unity 6
  • fix: Constructor AdjustConfig in method StartTrackingAdjust
  • add: Icon scriptable_particle_system
  • update: Register package firebase 12.4.0, ironsource sdk 8.4.0

Full Changelog: 1.4.2...1.4.3

v1.4.2

24 Oct 08:13
c2f7213
Compare
Choose a tag to compare

v1.4.1

23 Oct 10:15
a58d84d
Compare
Choose a tag to compare
  • remove: Singleton

Full Changelog: 1.4.0...1.4.1

v1.4.0

22 Oct 04:23
1eec2e3
Compare
Choose a tag to compare
  • add: Linq
  • refactor: CustomColor
  • add: Common.Text
  • add: Localization
  • add: Ping asset for AdjustConfig, AppsflyerConfig
  • update: Applovin-Max sdk 8.0.0, Adjust sdk 5.0.4

Full Changelog: 1.3.9...1.4.0