File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55[ ![ MIT] ( https://img.shields.io/github/license/AXiX-official/UnityAsset.NET )] ( https://github.com/AXiX-official/UnityAsset.NET/master/LICENSE )
66[ ![ NuGet Stats] ( https://img.shields.io/nuget/v/UnityAsset.NET.svg )] ( https://www.nuget.org/packages/UnityAsset.NET )
77
8- > 🚨 Major Breaking Changes in v0.2.0 🚨
9- >
10- > This version introduces a complete, low-level refactoring with major breaking changes.
11- > The API is not compatible with older versions (v0.1.x).
12- > This update aims to build a foundation that is more performant, type-safe, and provides a cleaner API.
13- > Please read the notes below carefully before upgrading.
14-
158A .NET library undergoing active refactoring, currently focused on high-performance parsing and reading of Unity Engine asset files.
169
1710Only support Unity 2017.x or later.
@@ -72,7 +65,6 @@ Setting.DefaultUnityVerion = "2020.3.48f1"
7265
7366## Roadmap
7467
75- - [ ] v0 .3 : More Asset Class Interface .
7668- [ ] v0 .4 : Re - architect and re - implement a robust and flexible serialization API .
7769- [ ] v0 .5 : Re - introduce patching capabilities based on the new object model .
7870
Original file line number Diff line number Diff line change 77 <WarningsAsErrors >nullable</WarningsAsErrors >
88 <Authors >AXiX</Authors >
99 <Description >A work-in-progress .NET library for parsing/serializing/patching Unity Engine asset files.</Description >
10- <Version >0.2 .0</Version >
10+ <Version >0.3 .0</Version >
1111 <Title >UnityAsset.NET</Title >
1212 <Copyright >AXiX</Copyright >
1313 <PackageProjectUrl >https://github.com/AXiX-official/UnityAsset.NET</PackageProjectUrl >
1414 <RepositoryUrl >https://github.com/AXiX-official/UnityAsset.NET</RepositoryUrl >
1515 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
16- <AssemblyVersion >0.2 .0</AssemblyVersion >
17- <FileVersion >0.2 .0</FileVersion >
16+ <AssemblyVersion >0.3 .0</AssemblyVersion >
17+ <FileVersion >0.3 .0</FileVersion >
1818 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
1919 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
2020 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments