Skip to content

Releases: michael811125/OxGFrame

Release v2.8.1

25 Sep 11:30
Compare
Choose a tag to compare

[2.8.1] - 2023-09-25

  • Upgraded YooAsset to v1.5.5-preview.

Release v2.8.0

23 Sep 19:45
Compare
Choose a tag to compare

[2.8.0] - 2023-09-24

  • Upgraded UniTask to v2.4.1.
  • Added BundlePlan for Export Bundle And Config Generator editor (can save bundle plans).
  • Modified SRFrameDemo.
  • Modified CPFrameDemo (added Factory mode example).
  • Renamed AgencyCenter to CenterFrame (If already use must replace all AgencyCenter to CenterFrame and recompile).

Release v2.7.13

22 Sep 11:19
Compare
Choose a tag to compare

[2.7.13] - 2023-09-22

  • Added default constructor for Loggers.

Release v2.7.12

22 Sep 04:50
Compare
Choose a tag to compare

[2.7.12] - 2023-09-22

  • Fixed Acax GET method bug issue, download buffer is null reference if without body data.
  • Modified Acax header args and body args can be null.

Release v2.7.11

12 Sep 05:26
Compare
Choose a tag to compare

[2.7.11] - 2023-09-12

  • Added IsRetryActive for RetryCounter (retryCount > 0).
  • Fixed RetryCounter reference bug issue.
  • Modified RefinePath methods use SubString to process.
  • Modified params of SendRefreshData method (use RefreshInfo struct).
    // CoreFrames.UIFrame & CoreFrames.SRFrame
    public static void SendRefreshData(RefreshInfo refreshInfo)
    public static void SendRefreshData(RefreshInfo[] refreshInfos)
    public static void SendRefreshDataToAll(RefreshInfo[] specificRefreshInfos = null)

result

Release v2.7.10

11 Sep 06:36
Compare
Choose a tag to compare

[2.7.10] - 2023-09-11

  • Added more check methods for AssetObject.
    public bool IsRawFileOperationHandleValid()
    public bool IsSceneOperationHandleValid()
    public bool IsAssetOperationHandleValid()
  • Modified RefineResourcesPath and RefineBuildScenePath solution.
  • Modified AssetObject to optmize determines.
  • Modified CacheBundle determines and use package.CheckLocationValid of YooAsset to make sure asset does exist.
  • Optimized AssetLoaders (CacheResource and CacheBundle).

Release v2.7.9

10 Sep 03:16
Compare
Choose a tag to compare

[2.7.9] - 2023-09-10

  • Fixed AssetLoader retry counter determine bug issue.
  • Fixed CacheBundle wrong unload type while doing retry.
  • Modified Progression name of params (corrected reqSize to currentCount, totalSize to totalCount).

Release v2.7.8

09 Sep 13:51
Compare
Choose a tag to compare

[2.7.8] - 2023-09-09

  • Added retry counter for AssetLoader (can set maxRetryCount via API).
  • Modified AcaxAsync can return text.
  • Optimized Hotfixer.
  • Optimized code.

Release v2.7.7

27 Aug 04:50
Compare
Choose a tag to compare

[2.7.7] - 2023-08-27

Note: Must install OxGKit.LoggingSystem, becuase all modules log are dependent it.

Release v2.7.6

24 Aug 03:52
Compare
Choose a tag to compare

[2.7.6] - 2023-08-24

  • Optimized AudioBase and VideoBase of MediaFrame update behaviour call by MediaManager.
  • Updated YooAsset new commit files.