Skip to content

Releases: VirtueSky/sunflower

v2.6.7

09 May 09:44
Compare
Choose a tag to compare
  • change: Static Class to Struct (Module TrackingRevenue)
  • add: CacheComponent
  • fix: SoundComponent (inherit from CacheComponent)
  • update: Maxx sdk 6.4.4
  • fix: Audio (use SoundCache to Pause, Resume, Stop Sfx)

Full Changelog: 2.6.6...2.6.7

v2.6.6

24 Apr 10:22
Compare
Choose a tag to compare
  • update: PrimeTween 1.1.17
  • update: Firebase 11.9.0
  • update: google mobile ads v9.1.0
  • fix: FirebaseRemoteConfigManager (remove event, use booleanVariable to check fetch completed)

v2.6.5

19 Apr 14:31
Compare
Choose a tag to compare
  • update: PrimeTween 1.1.16
  • add: Method IsPlaying HandleAnimancerComponent.
  • add: Method Resume, Pause, Play (RotateComponent, BounceComponent, EffectZoomInOutComponent) [see commit]

v2.6.4

15 Apr 09:40
Compare
Choose a tag to compare

Full Changelog: 2.6.3...2.6.4

v2.6.3

13 Apr 08:44
Compare
Choose a tag to compare
  • fix: SetiOSAppPauseOnBackground for reward and inter ads (google admob) (error not call event after close reward/inter ads)
  • update: Admob unit variable (add tick UseTestId)
  • update: Max sdk last version (v6.4.3)
  • fix: check internet connection for ios

v2.6.2

11 Apr 07:08
Compare
Choose a tag to compare
  • update: PrimeTween 1.1.15
  • update: Tri-Inspector 1.14.0

v2.6.1

07 Apr 09:10
Compare
Choose a tag to compare
  • update: late version Max sdk (6.4.2)
  • fix: EffectZoomInOutComponent (fix warning delay duration <= 0)
  • add: Common.Colors [see commit]

v2.6.0

01 Apr 07:36
Compare
Choose a tag to compare
  • fix: Change public to internal method SubTick, SubFixedTick, SubLateTick (with param IEntity) [see commit]
  • add: Property get InitializeValue for scriptable variable
  • remove: Method OnDestroy in BaseMono
  • fix: Add parameter isCheckPlayingClip (check if the current clip is playing or not) method extension PlayClip in Common [see commit]
  • fix: Add parameter isCheckPlayingClip (check if the current clip is playing or not) method extension PlayClip in HandleAnimancerComponent [see commit]
  • update: UniTask 2.5.4
  • update: Firebase 11.8.1 (firebase app, firebase remote config, firebase analytic, firebase database, firebase crashlytic)
  • update: Max Sdk 6.4.0

v2.5.9

27 Mar 03:40
Compare
Choose a tag to compare
  • add: condition fetch remote config (fetch when key is not null and not empty)
  • fix: MonoGlobal (remove list precess tick, use action. Add SubTick with param action) [see commit]
  • add: method extension OnUpdate for spine
  • add: DelayHandle
  • fix: method extension spine (remove delay by tween, use handle delay)
  • fix: audio component (remove delay by tween, use handle delay)

v2.5.8

25 Mar 06:57
Compare
Choose a tag to compare
  • fix: Method CheckInternetConnection
  • update: Common.Transform (see commit)
  • fix: Firebase Renmote Config (Only set ScriptableVariable with ValueSource.RemoteValue. Other cases will use the default value of ScriptableVariable)
  • add: Show current value in ScriptableVariable (Only works on editor and at runtime)
  • update: Google mobile ads sdk v9.0.0 (Admod-v9.0.0)