Releases: VirtueSky/sunflower
Releases · VirtueSky/sunflower
v2.6.7
- 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
v2.6.5
- update: PrimeTween 1.1.16
- add: Method
IsPlaying
HandleAnimancerComponent. - add: Method
Resume
,Pause
,Play
(RotateComponent, BounceComponent, EffectZoomInOutComponent) [see commit]
v2.6.4
Full Changelog: 2.6.3...2.6.4
v2.6.3
v2.6.2
v2.6.1
- update: late version Max sdk (6.4.2)
- fix: EffectZoomInOutComponent (fix warning delay duration <= 0)
- add: Common.Colors [see commit]
v2.6.0
- fix: Change public to internal method
SubTick
,SubFixedTick
,SubLateTick
(with param IEntity) [see commit] - add: Property get
InitializeValue
for scriptable variable - remove: Method
OnDestroy
inBaseMono
- fix: Add parameter
isCheckPlayingClip
(check if the current clip is playing or not) method extensionPlayClip
in Common [see commit] - fix: Add parameter
isCheckPlayingClip
(check if the current clip is playing or not) method extensionPlayClip
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
- 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
- fix: Method
CheckInternetConnection
- update:
Common.Transform
(see commit) - fix: Firebase Renmote Config (Only set
ScriptableVariable
withValueSource.RemoteValue
. Other cases will use the default value ofScriptableVariable
) - 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)