Skip to content

Releases: michael811125/OxGFrame

Release v2.0.2

23 Apr 17:20
Compare
Choose a tag to compare

[2.0.2] - 2023-04-24

  • Renamed method ShowAnim => ShowAnime.
  • Renamed method HideAnim => HideAnime.
  • Renamed delegate AnimEndCb => AnimeEndCb.
  • Fixed WebSock file.

Release v2.0.1

23 Apr 06:16
Compare
Choose a tag to compare

[2.0.1] - 2023-04-23

  • Renamed TcpSocket => TcpSock.
  • Renamed Websock => WebSock.

Release v2.0.0

22 Apr 13:38
Compare
Choose a tag to compare

NEW

[2.0.0] - 2023-04-22 (Breaking Changes)

  • New OxGFrame Version (API Changed).
  • Added YooAsset.
  • Optimized code.

Release v1.9.1

23 Dec 04:31
Compare
Choose a tag to compare

[1.9.1] - 2022-12-23

  • Modified CacheBundle use GetAsset to load asset from AB.

Release v1.9.0

12 Dec 09:16
Compare
Choose a tag to compare

[1.9.0] - 2022-12-12

  • Added file verification for Downloader (when downloaded file md5 compare with server file md5 is inconsistent will redownload again) to ensure file integrity.
  • Added force unload param for Unload method withou ref count (CacheBundle & CacheResource).
  • Added GetAssetAsync (LoadAssetAsync) method for BundlePack class.
  • Optimized CacheBundle (Load AssetBundle from Memory and Stream).

Release v1.8.2

18 Nov 06:30
Compare
Choose a tag to compare

[1.8.2] - 2022-11-18

  • Fixed request StreamingAssets path failed issue on iOS (because missing file://).
    • Run bundle mode on iOS (test passed)
    • Run audio request from StreamingAssets on iOS (test passed).
  • Optimized code.

Release v1.8.1

17 Nov 10:59
Compare
Choose a tag to compare

[1.8.1] - 2022-11-17

  • Fixed request StreamingAssets path failed issue on MacOSX (because missing file://).
    • Run bundle mode on MacOSX (test passed)
    • Run audio request from StreamingAssets on MacOSX (test passed).

Release v1.8.0

16 Nov 13:02
Compare
Choose a tag to compare

[1.8.0] - 2022-11-16

  • Added MacOSX preprocessor tag in BundleConfig and CacheBundle (test passed).
  • Modified burlcfg.txt store key name => unified key name is "store_link".

Release v1.7.1

14 Nov 03:03
Compare
Choose a tag to compare

[1.7.1] - 2022-11-14

  • Fixed BundleDistributor offline mode bug issue. When local bcfg already exists will copy bcfg from built-in to override it without update.

Release v1.7.0

13 Nov 07:56
Compare
Choose a tag to compare

[1.7.0] - 2022-11-13

  • Added offline option for bundle in "BundleSetup" to set it. if checked only request config and bundle from StreamingAssets (Built-in).
  • Added "Offline_Mode.zip" and "Patch_Mode.zip" in OxGFrame/AssetLoader/Example/BundleDemo for BundleDemo to run offline or patch.
  • Added prefab template for MediaFrame (right-click Create/OxGFrame/MediaFrame.../Audio or /Video to create prefab template).
  • Modified access modifier of parameters of AudioBase and VideoBase.
  • Modified audio tracks volume of "MasterMixer" provided by AudioManager (default audio tracks = BGM, General, Fight, Voice, Atmosphere).