Skip to content

Commit

Permalink
Refactor code & some updates:
Browse files Browse the repository at this point in the history
- Update classdata.tpk
- Bump AssetsTools.NET to 3.0.0
- Drop .NET 7 support

Signed-off-by: Bayu Satiyo <[email protected]>
  • Loading branch information
kiraio-moe committed Aug 31, 2024
1 parent 6f71507 commit 31ed4f5
Show file tree
Hide file tree
Showing 9 changed files with 371 additions and 415 deletions.
9 changes: 9 additions & 0 deletions Enums/AssetTypes.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace USSR.Enums
{
public enum AssetTypes
{
Asset,
Bundle,
Unknown
}
}
9 changes: 9 additions & 0 deletions Enums/WebCompressionTypes.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace USSR.Enums
{
public enum WebCompressionTypes
{
None,
Brotli,
GZip
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The tool is an implementation of the guide available at <https://github.com/kira

## Requirements

- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0 ".NET 6.0 SDK") or [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0 ".NET 7.0 SDK") or [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0 ".NET 8.0 SDK")
- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0 ".NET 6.0 SDK") or [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0 ".NET 8.0 SDK")
- Splash screen `Draw Mode` have been set to `All Sequential` in `Player Settings`.

## Usages
Expand Down
Loading

0 comments on commit 31ed4f5

Please sign in to comment.