Commit Graph

  • 7b1585eff0 A small refactoring of l2d extractor VaDiM 2024-11-03 20:16:39 +03:00
  • 70aa8bec59 Add support for exporting l2d poses (pose3.json) VaDiM 2024-11-03 02:06:21 +03:00
  • 18813b22c3 Add names of pptr objects to object dumps VaDiM 2024-11-02 03:20:56 +03:00
  • 316837dfdf Fix parsing via typetree of old Material assets VaDiM 2024-11-02 01:59:43 +03:00
  • fca937e5e6 Some fixes for asset parsing via typetree VaDiM 2024-11-02 01:40:14 +03:00
  • c2095c4e7a Fix audio preview for some fmod formats. Close #53 VaDiM 2024-10-30 17:11:19 +03:00
  • f253c868d4 Fix calculations in Live2D motions VaDiM 2024-10-30 01:26:37 +03:00
  • 8ccdd0fd4e Minor fix for PPtrConverter VaDiM 2024-10-22 01:58:15 +03:00
  • bc92dfb77c Add Material loading via typetree VaDiM 2024-10-20 22:29:06 +03:00
  • c37e2e65b7 Fixes and improvements for asset parsing via typetree VaDiM 2024-10-18 20:55:34 +03:00
  • 58ee2b8f1e Improve support for some older Unity versions (<3.0) VaDiM 2024-10-04 01:29:38 +03:00
  • c93d27d9a4 Fixes for Unity version parser VaDiM 2024-09-27 16:43:06 +03:00
  • 5a84a67955 Move BuildType to UnityVersion class VaDiM 2024-09-25 23:40:22 +03:00
  • fa332b45df Improve support of Unity 2023+ VaDiM 2024-09-25 00:26:09 +03:00
  • 348aea2be8 Update CommonString.cs VaDiM 2024-09-23 13:51:30 +03:00
  • d52f192e75 Fix support of Sprites with wrong SpriteAtlas pathID VaDiM 2024-09-13 00:37:53 +03:00
  • 81a1eeb2d1 Merge branch 'pr/40' into AssetStudioMod VaDiM 2024-09-03 10:11:24 +03:00
  • 05ea91ef5e Merge branch 'pr/44' into AssetStudioMod VaDiM 2024-08-08 21:49:27 +03:00
  • e0d5e5c6b7 Display "type" as a string in object dumps VaDiM 2024-08-08 18:58:42 +03:00
  • b439cfed66 Update ClassIDType.cs VaDiM 2024-08-08 18:42:28 +03:00
  • 573b87b570 Replace "type" with "classID" in object dumps VaDiM 2024-08-08 18:14:38 +03:00
  • 585b69fb36 fix bundle blocks read failed with ArchiveFlags.BlocksInfoAtTheEnd Loyie King 2024-07-10 19:23:36 +08:00
  • 5e3fe1775f Added so when the exported animator contains MeshRenderers without meshes attached it tries to find the missing meshes by the Renderer's original name. (Fixes NagantSR0101 from Girls Frontline 2 Animator export not exporting meshes at all in any existing variant.) Also set ReShade in 3D view to be disabled by default as it is misleading otherwise hungrydoodles 2024-05-14 23:58:13 +05:00
  • 8704feb079 Merge branch 'pr/37' into AssetStudioMod VaDiM 2024-05-10 03:36:21 +03:00
  • f54fe3492b [CLI] Fix Mesh export for some region formats. Close #38 VaDiM 2024-05-10 03:18:17 +03:00
  • 6d953d774d simplify loop label BM85-Hz 2024-05-08 22:30:50 -07:00
  • f0a793bd3d added AudioClip loop point display to GUI BM85-Hz 2024-05-05 18:34:28 -07:00
  • 0e097bda04 Update README.md VaDiM 2024-05-01 14:25:28 +03:00
  • d886bf1c5d Update dependencies VaDiM 2024-04-25 01:23:34 +03:00
  • 1623981c0e [GUI] Add ability to filter live2d model assets VaDiM 2024-04-24 22:18:10 +03:00
  • 2c860f004b Use system.text.json to parse typetree VaDiM 2024-04-13 01:01:23 +03:00
  • a3f4c7a029 [CLI] Update readme VaDiM 2024-04-12 21:48:57 +03:00
  • f86b5a97ac Fix resourceFileReader for webFile VaDiM 2024-04-12 21:48:43 +03:00
  • 7e408a3667 [GUI] Fix displayed info for non-fmod audio clips from Unity <5 VaDiM 2024-04-12 21:48:24 +03:00
  • 9686eee3b7 Fix for 512x512 avg sprites VaDiM 2024-04-11 22:30:42 +03:00
  • 6c515aee2e Fix support for sprite assets from Unity <5.2 VaDiM 2024-04-10 10:34:46 +03:00
  • bb7accd04d Update version to v0.18.0 v0.18.0 VaDiM 2024-04-04 21:56:03 +03:00
  • 5120999026 Update readme and other text files VaDiM 2024-04-04 21:55:54 +03:00
  • 1fc504e587 Optimize memory consumption of swizzled textures VaDiM 2024-04-02 00:30:32 +03:00
  • 4e991d85fb More fixes for unity 2019.4 assets VaDiM 2024-04-01 00:56:40 +03:00
  • 29b4bb59a0 [GUI] Move "loading via typetree" option to a better place VaDiM 2024-03-31 22:52:10 +03:00
  • 9750f486d5 Fix moc3 export VaDiM 2024-03-31 04:14:40 +03:00
  • 97bbfe8fbb Fix type of public "offset" property in ResourceReader VaDiM 2024-03-31 02:26:54 +03:00
  • 684bf5a874 Show assumed unity ver in some cases for assets with stripped ver VaDiM 2024-03-31 01:58:35 +03:00
  • 3cc6bed844 Raplace Unity ver array with Unity ver class VaDiM 2024-03-30 14:19:54 +03:00
  • c9e9bc840c Add parallel export support for some asset types VaDiM 2024-03-25 05:00:58 +03:00
  • cadcf0b492 Fix displayed info for non-fmod audio clips VaDiM 2024-03-21 17:15:02 +03:00
  • 1e8085da2d Fix AssetBundle structure for Unity v5.4.x. Close #31 VaDiM 2024-03-18 21:02:00 +03:00
  • 770d7e7532 [GUI] Fix compatibility with High Contrast modes VaDiM 2024-03-15 16:57:52 +03:00
  • d0d8a35f67 [GUI] Fixes for Tex2DArrayImage VaDiM 2024-03-14 00:33:49 +03:00
  • 3f004f74d1 Add option to disable asset loading via typetree VaDiM 2024-03-13 22:28:16 +03:00
  • 3effd06e64 Unity 2023.2+ Texture2D fix VaDiM 2024-03-12 12:36:26 +03:00
  • 4f0afffeba Add AnimationClip loading via typetree VaDiM 2024-03-12 02:33:00 +03:00
  • 9b69b5607c Fix DisplayInfo default value in model3.json VaDiM 2024-03-10 23:17:25 +03:00
  • 9b16ea8d41 Fix bug with Blend type in l2d expressions VaDiM 2024-03-09 22:47:11 +03:00
  • ae4548f1c3 Add support for swizzled Switch textures VaDiM 2024-03-09 02:07:14 +03:00
  • 4cd246592b [CLI] Fix wrong error handler. Fix option description msgs VaDiM 2024-03-07 04:38:39 +03:00
  • f54cc004bd Add support for Zstd block compression VaDiM 2024-03-07 03:49:06 +03:00
  • afdc81bca8 Some minor fixes VaDiM 2024-03-05 23:42:35 +03:00
  • 045f6c0ff4 Add Texture2DArray loading via typetree VaDiM 2024-03-05 23:42:23 +03:00
  • bc9380b8be Add Texture2D loading via typetree VaDiM 2024-03-05 23:42:14 +03:00
  • 46f8023756 [GUI] Improve export of Texture2DArray images VaDiM 2024-03-05 16:34:48 +03:00
  • 0f9afa60d7 Add support for Texture2DArray VaDiM 2024-02-27 22:17:24 +03:00
  • ec7f2c393d [CLI] Update readme VaDiM 2024-02-13 05:43:34 +03:00
  • 3ec8169b08 [GUI] Add more details to log when exporting assets VaDiM 2024-02-13 04:55:25 +03:00
  • 5c24183d18 Add more options to work with Scene Hierarchy (#23) VaDiM 2024-02-13 04:51:35 +03:00
  • c68eaa5e3c Fixes for previous fixes VaDiM 2024-02-13 02:55:10 +03:00
  • 8460ecef8d Show/Export object dump if typetree dump is not available VaDiM 2024-02-11 19:00:03 +03:00
  • f90c0ecc00 Add option to export assets with PathID in filename (#25) VaDiM 2024-02-11 02:24:06 +03:00
  • 535153be6b Add cdi3.json support for l2d export (beta) VaDiM 2024-02-09 22:34:08 +03:00
  • d4162161be [GUI] Replace "Show all error msgs" option with "Show debug msgs" VaDiM 2024-02-08 22:42:54 +03:00
  • 6fe12d274f [CLI] Add colors to help message VaDiM 2024-02-08 22:35:48 +03:00
  • 70213e3012 Improve integration with Live2D assets VaDiM 2024-02-07 03:51:52 +03:00
  • 2f6d9ec77f Fixes & Cleanup VaDiM 2024-01-26 03:22:16 +03:00
  • 0d2aebc1f4 Fix a bug where UV is exported incorrectly. VaDiM 2024-01-22 16:42:16 +03:00
  • b6318e6d9b Fix for empty alpha tex VaDiM 2024-01-09 11:18:06 +03:00
  • 115074fdc0 [GUI] Preserve selection order of AnimationClips (#24) VaDiM 2023-12-30 18:34:56 +03:00
  • c2d3b8c5f9 Improve Live2D export VaDiM 2023-12-30 18:13:24 +03:00
  • 67a74fd395 Bugfix for unity 2022.2+ Texture2D reader VaDiM 2023-12-28 13:08:29 +03:00
  • e0d90d1b1e Update AssetStudioGUI.csproj ak-v1.1.0 VaDiM 2023-12-16 23:17:56 +03:00
  • dd727758a8 Update ver to v1.1.0 VaDiM 2023-12-16 23:11:27 +03:00
  • d44ed315e3 Merge branch 'AssetStudioMod' into ArknightsStudio VaDiM 2023-12-16 12:48:02 +03:00
  • a00c857ac3 Update version to v0.17.4 v0.17.4 VaDiM 2023-12-16 04:16:47 +03:00
  • 5333757843 Update dependencies VaDiM 2023-12-16 04:16:27 +03:00
  • 4747687bec Update README.md VaDiM 2023-12-15 15:11:40 +03:00
  • 5c2ac1a5e8 Add .NET8 to the TargetFrameworks VaDiM 2023-12-15 14:37:08 +03:00
  • e2eae53ac0 Update Live2DExtractor.cs VaDiM 2023-12-15 01:21:31 +03:00
  • 87347e8b60 [CLI] Update readme VaDiM 2023-12-11 01:58:05 +03:00
  • 0fdbddea55 [CLI] Fix asset filter for sprites VaDiM 2023-12-11 01:21:10 +03:00
  • 823190abb7 Improve parsing of Live2D Fade motions VaDiM 2023-12-09 02:26:14 +03:00
  • 60aef1b8ed [GUI] Add option to not build a tree structure VaDiM 2023-12-06 18:15:10 +03:00
  • f82a73f018 [GUI] Add console logger VaDiM 2023-12-06 17:28:10 +03:00
  • d42a1879ab [GUI] Add support for Drag&Drop files from a browser VaDiM 2023-12-05 00:37:16 +03:00
  • 632e5f8d08 [GUI] Add support for .lnk files via Drag&Drop. Close #13 VaDiM 2023-11-30 04:35:58 +03:00
  • 51d259464b Merge branch 'pr/16' into AssetStudioMod VaDiM 2023-11-21 02:15:19 +03:00
  • efd06648ad Add support for separate PreloadData VaDiM 2023-11-21 01:35:25 +03:00
  • b27482e22b Don't display SourceRevisionId in titles VaDiM 2023-11-21 00:31:09 +03:00
  • d572bd0e64 Add support for Live2D Fade motions VaDiM 2023-11-19 02:52:55 +03:00
  • e415740373 Some fixes for Live2D export VaDiM 2023-11-08 01:25:32 +03:00
  • e30b9e9e89 Fix bug with some avg sprites VaDiM 2023-11-08 13:57:57 +03:00