Skip to content

Releases: pancake-llc/foundation

1.3.0

05 Feb 11:15
Compare
Choose a tag to compare

Changed:

  • now you can install firebase package from wizard panel
    image

  • use newtonsoft for save / load user title data of playfab (for complex layout data)

  • add event bus pattern

  • update version max and use last version metidation of admob

1.2.26

30 Jan 08:08
Compare
Choose a tag to compare

Changed:

  • remove async linq UniTask
  • remove default implement stack and state machine instead using fsm of atom
  • finiteStateMachineMonoHook unload fix

1.2.25

25 Jan 06:15
Compare
Choose a tag to compare

Changed:

  • update atom canady fix some bug
  • remove temp collection
  • encapsulation tick in runtime

1.2.24

20 Jan 14:42
Compare
Choose a tag to compare

*Reduce default size heart is 4mb

1.2.22

20 Jan 08:37
Compare
Choose a tag to compare

Fixed:

  • "if you have a scene in the 'is Loading' state, the Addressable LoadAsset/LoadAssets Functions are blocked until you load the scenes in" . Now provide insert func waiting some addressable need done before call LoadScene
/// <summary>
/// <see cref="funcWaiting"/> and <see cref="prepareActiveScene"/> only use for fakeloading
/// </summary>
/// <param name="sceneName">name scene to load</param>
/// <param name="funcWaiting"> condition to waiting done loading progress</param>
/// <param name="actionWaitBeforeLoadScene">action wait done before call load scene async</param>
/// <param name="prepareActiveScene">action prepare call before active scene</param>
public void LoadScene(string sceneName, Func<bool> funcWaiting = null, Func<bool> actionWaitBeforeLoadScene = null, Action prepareActiveScene = null)
  • fix admob namespace when not turn on ads correct

Changed:

  • [loading] remove press any key
  • [loading] alway use virtual loading
  • [ads] update prefab gdpr when not turn on ads
  • [wizard] install notification v2.1.1

1.2.21

17 Jan 10:08
Compare
Choose a tag to compare

Changed:

  • provide more callback api in Advertising
  • support chain callback of ShowRewardedAd and ShowInterstitialAd
  • draw m_Script by default

Added:

  • add HideMonoAttribute

1.2.19

13 Jan 08:19
Compare
Choose a tag to compare

Fixed:

  • remove use string interpolated (c#10) in IAPSettings

1.2.18

13 Jan 08:11
Compare
Choose a tag to compare

Changed:

  • split module
    image
  • update popup work correctly with addressable or resources
  • reduce dependency when first install package
  • add simple way use sound system
  • add IdentificateAttribute hold string value for get value of method by reflection
  • change name method pool easy imagine name (GetOrCreatePool & GetPool)

Fixed:

  • fix use OnEnable and OnDisable when inheritance BaseMono of MyInput and MovementInfluenceByJoystick
  • fix can not drag gameobject to header list transform

1.2.16

10 Jan 09:44
Compare
Choose a tag to compare

Changed

  • cached content icon editor
  • fix syntax error when rename BaseBehaviour to BaseMono
  • excludes dictionary and nested collections from inspector

Added

  • add finder access via shortcut CTRL+ SHIFT+ K

Removed

  • remove search extension

1.2.15

05 Jan 10:44
Compare
Choose a tag to compare

Fixed

  • fix syntax admob
  • fix iap error compiler when not using ads
  • fix obfuscate iap

Added

  • add InterfaceHelper