Releases: michael811125/OxGFrame
Releases · michael811125/OxGFrame
Release v2.5.2
[2.5.2] - 2023-07-09
- Removed OxGFrame.Utility.
- Install OxGKit.Utilities Add https://github.com/michael811125/OxGKit.git?path=Assets/OxGKit/Utilities/Scripts to Package Manager.
- If already use must reassign using OxGKit.Utilities (replace namespace prefix OxGFrame.Utility to OxGKit.Utilities).
Note: (Reinstall) Remove OxGFrame from Package Manager, and then install OxGKit.Utilities first, Finally reinstall OxGFrame
Release v2.5.1
[2.5.1] - 2023-07-07
- Added HT2Xor (hKey, tKey, jKey), time complexity is O((length >> 1) + 2).
- [For Encrypt] Do hKey and tKey first, after do jKey.
- [For Decrypt] Do jKey first, after do hKey and tKey.
- Added Bundle Cryptogram Utility (For Verify).
- Deprecated HTXor.
Release v2.5.0
[2.5.0] - 2023-07-07
- Upgraded YooAsset to v1.5.0 (Breaking Changes).
- Added GetLocalSandboxRootPath() => .../yoo.
- Added GetLocalSandboxPackagePath(string packageName) => .../yoo/<PackageName>.
- Added GetBuiltinPackagePath(string packageName) => .../StreamingAssets/<PackageName>.
- Modified QueryServices.
- Modified Requester methods has (bool cached) param. The cached param depends on InitCache.
- Modified Audio has requestCached option (depends on Requester.InitCacheForAudio).
- Optimized url configs request (url configs will cached).
- Renamed AssetPatcher.InitPackage to AssetPatcher.InitAppPackage.
- Removed GetLocalSandboxPath method.
- Removed InitCustomPackage by idx method.
Release v2.4.4
[2.4.4] - 2023-07-03
- Added auto generate stop end symbol feature (Shift+E).
- Fixed when bind detect stop end symbol bug issue.
Release v2.4.3
[2.4.3] - 2023-06-30
- Added FixBuildTasks for SBP.
- Fixed use SBP to build SpriteAtlas occurred redundancy bug.
- Fixed LoadAsset<T>, LoadAssetAsync<T> bug (cannot cast generic type correctly for Sprite).
- Modified PreloadAsset<T>, PreloadAssetAsync<T> can use generic to cast type.
- Reduced demo size.
Release v2.4.2
[2.4.2] - 2023-06-28
- Added MissingScriptsFinder.
- Added SymlinkUtility.
Release v2.4.1
[2.4.1] - 2023-06-28
- Added material for MaskSetting.
- Optimized UIMask.
Release v2.4.0
[2.4.0] - 2023-06-28
- Updated YooAsset to v1.14.17.
- Added Create Settings MenuItem option.
- Added BindCodeSetting for auto generate bind code feature (Shift+B).
- _Node@MyObj*Img (use * pointer component type)
- Added symbols for patch play mode are OXGFRAME_OFFLINE_MODE, OXGFRAME_HOST_MODE (force change play mode on build).
- Added RectTransformAdjuster for adjust anchors (Shift+R).
Release v2.3.3
[2.3.3] - 2023-06-20
- Fixed GetHostServerUrl and GetFallbackHostServerUrl url including redundant symbols bug.
Release v2.3.2
[2.3.2] - 2023-06-20
- Modified Editor windows key saver including project path.
Note: If occurred any errors, please restart Unity Project again