Skip to content

Release v2.7.10

Compare
Choose a tag to compare
@michael811125 michael811125 released this 11 Sep 06:36
· 210 commits to master since this release

[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).