Skip to content

Commit

Permalink
removed utility (install OxGKit.Utilities)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael811125 committed Jul 8, 2023
1 parent 4130a1c commit 3a70db7
Show file tree
Hide file tree
Showing 79 changed files with 33 additions and 3,388 deletions.
13 changes: 8 additions & 5 deletions Assets/HybridCLRData/Generated/AOTGenericReferences.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
using System.Collections.Generic;
public class AOTGenericReferences : UnityEngine.MonoBehaviour
{

// {{ AOT assemblies
// OxGFrame.AssetLoader.Runtime.dll
// UniTask.dll
// UnityEngine.CoreModule.dll
// mscorlib.dll
public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string>
{
"OxGFrame.AssetLoader.Runtime.dll",
"UniTask.dll",
"UnityEngine.CoreModule.dll",
"mscorlib.dll",
};
// }}

// {{ constraint implement type
Expand All @@ -22,7 +26,6 @@ public void RefMethods()
// System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.AwaitUnsafeOnCompleted<Cysharp.Threading.Tasks.UniTask.Awaiter<object>,HotfixTester.<>c__DisplayClass4_0.<<Update>b__0>d>(Cysharp.Threading.Tasks.UniTask.Awaiter<object>&,HotfixTester.<>c__DisplayClass4_0.<<Update>b__0>d&)
// System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.Start<HotfixTester.<>c__DisplayClass4_0.<<Update>b__0>d>(HotfixTester.<>c__DisplayClass4_0.<<Update>b__0>d&)
// Cysharp.Threading.Tasks.UniTask<object> OxGFrame.AssetLoader.AssetLoaders.InstantiateAssetAsync<object>(string,OxGFrame.AssetLoader.Progression)
// System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start<HotfixTester.<Start>d__3>(HotfixTester.<Start>d__3&)
// object UnityEngine.GameObject.AddComponent<object>()
// object UnityEngine.GameObject.GetComponent<object>()
}
Expand Down
1 change: 0 additions & 1 deletion Assets/HybridCLRData/Generated/link.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<type fullname="System.Func`1" preserve="all" />
<type fullname="System.Object" preserve="all" />
<type fullname="System.Runtime.CompilerServices.AsyncStateMachineAttribute" preserve="all" />
<type fullname="System.Runtime.CompilerServices.AsyncVoidMethodBuilder" preserve="all" />
<type fullname="System.Runtime.CompilerServices.CompilationRelaxationsAttribute" preserve="all" />
<type fullname="System.Runtime.CompilerServices.CompilerGeneratedAttribute" preserve="all" />
<type fullname="System.Runtime.CompilerServices.IAsyncStateMachine" preserve="all" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Cysharp.Threading.Tasks;
using MyBox;
using Newtonsoft.Json;
using OxGFrame.Utility.Request;
using OxGKit.Utilities.Request;
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using OxGFrame.AssetLoader.Bundle;
using OxGFrame.AssetLoader.PatchEvent;
using OxGFrame.AssetLoader.Utility;
using OxGFrame.Utility.Request;
using OxGKit.Utilities.Request;
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
7 changes: 7 additions & 0 deletions Assets/OxGFrame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [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**

## [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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Cysharp.Threading.Tasks;
using MyBox;
using OxGFrame.AssetLoader;
using OxGFrame.Utility.Request;
using OxGKit.Utilities.Request;
using UnityEngine;
using UnityEngine.Audio;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Cysharp.Threading.Tasks;
using MyBox;
using OxGFrame.Utility.Request;
using OxGKit.Utilities.Request;
using System;
using System.Collections.Generic;
using UnityEngine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using OxGFrame.Utility.Timer;
using System;
using System;
using UnityEngine;
using OxGKit.Utilities.Timer;

namespace OxGFrame.NetFrame
{
Expand Down
8 changes: 0 additions & 8 deletions Assets/OxGFrame/Utility.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/OxGFrame/Utility/Scripts.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/OxGFrame/Utility/Scripts/Editor.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/OxGFrame/Utility/Scripts/Editor/ButtonPlus.meta

This file was deleted.

126 changes: 0 additions & 126 deletions Assets/OxGFrame/Utility/Scripts/Editor/ButtonPlus/ButtonPlusEditor.cs

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3a70db7

Please sign in to comment.