Skip to content

Releases: pancake-llc/foundation

2.0.18

06 Jul 09:14
Compare
Choose a tag to compare

Change:

  • cancel tween for UIButton when destroy button
  • value of allowMultipleClick default was change from true to false
  • fix drawer scriptable event iap no param
  • add reduce context menu project window
  • add reduce context menu in hierarchy
  • refactor menu create scriptable
  • fix version define correctly for IAP
  • add ScriptableListVector2

2.0.17

03 Jul 09:45
Compare
Choose a tag to compare

Changed

  • add simple tag handle limited 32 tag of unity
  • add BinarySearch from heart version 1.3.7
  • add MagicBag and rename to Bag from heart version 1.3.7
  • refactor
  • update wiki

2.0.16

27 Jun 04:02
Compare
Choose a tag to compare
  • Change
    • Call set timestamp at first time open app
    • Remove case check internet in window
    • Fix draw scriptable event func
    • Update setting remote config
    • Make minute field in notification variable public
    • Add sensor
    • Fix equal when value null of Optional
    • Combined duration, combined ease in UIButton
    • Add OnUpdate for Tween

2.0.14

21 Jun 03:23
Compare
Choose a tag to compare
-bump: 2.0.14

2.0.10

19 Jun 08:09
Compare
Choose a tag to compare

Changed:

  • directly embedding ad setting and iap setting in wizard
  • call init directly when call show popup
  • update performance field helper
  • update mediation admob and applovin
  • update play sound embedding in button
  • fix stop music player

2.0.1

13 Jun 10:13
Compare
Choose a tag to compare

Changed:

2.0.0

12 Jun 08:24
Compare
Choose a tag to compare

Breaking Change

Version 2.0.0 will be completely different from what was available on 1.x.x

Please be careful before upgrading to 2.0.0

Change

  • Using Scriptable Object Architecture (SOA) as part of core, Modules will be written to support the use of SOA.
  • [Serializable] uses Newtonsoft and add supports for unity's built-in data types such as Vector2, Vector3, Color, Quaternion, etc
  • [Advertising] is refactored using SOA
  • [IAP] is refactored using SOA
  • Add [Level System]
  • [Notification] is refactored using SOA
  • Add [Remote Config]
  • Add shader UI-Unlit-Mask
  • Add Sound using SOA
  • Add Tracking by Adjust and Firebase
  • Tween provide using brust
  • [Popup] is refactored using SOA
  • Add Native popup dialog
  • Add GameComponent
  • Add simple pool and factory
  • Reduce and rename Runtime to App
  • Bug fix Finder and FouldoutGroup

1.3.6

22 Feb 09:32
Compare
Choose a tag to compare

Changed:
- fix : Drop multiple object has type base from monobehaviour to list

1.3.5

21 Feb 07:50
Compare
Choose a tag to compare

Changed

- update: public field IsInitialized in Data
- fix: draw toggle enum flag
- fix: rectOffset draw
- fix: access null finder setting
- fix: app open ad show each time startup 

1.3.4

14 Feb 17:59
Compare
Choose a tag to compare

Changed:
-fix: SyncGameObjectToList adding object multiple times
-fix: check null draw version in wizard
-add: IsNullOrEmpty for dictionary
-add: add more method extension (GetOrAddComponent, IsEnabled, GetCamera)
-add: lean touch
-update: update draw field alpha for spinner item
-add: cached transform
-add: feature detect hold behavior for button
-update: mark AggressiveInlining for method in Data.cs
-fix: OnPointerExit make long click and hold behaviour not correct
-update: save directly SetFoldoutState when state change