66 Commits

Author SHA1 Message Date
dependabot[bot]
8c09e9dd1a Bump Microsoft.OpenApi and Swashbuckle.AspNetCore
Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET) and [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). These dependencies needed to be updated together.

Updates `Microsoft.OpenApi` from 1.6.22 to 1.6.22
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](https://github.com/Microsoft/OpenAPI.NET/compare/1.6.22...1.6.22)

Updates `Swashbuckle.AspNetCore` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 22:10:59 -08:00
ds5678
a66abee5c5 Use latest .NET 9 packages 2024-11-12 23:26:48 -08:00
ds5678
40b1ed6b7b Add missing VideoClip API call 2024-11-03 14:37:11 -08:00
ds5678
0acbf708d7 VideoClip preview and API
* Resolves #1467
2024-11-03 14:27:45 -08:00
dependabot[bot]
5e27719708 Bump Swashbuckle.AspNetCore from 6.8.1 to 6.9.0
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.8.1 to 6.9.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.8.1...v6.9.0)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-15 19:07:34 -07:00
dependabot[bot]
8ef1187d8f Bump Microsoft.AspNetCore.OpenApi
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 9.0.0-rc.1.24452.1 to 9.0.0-rc.2.24474.3.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v9.0.0-rc.1.24452.1...v9.0.0-rc.2.24474.3)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-09 06:13:59 -07:00
ds5678
e606520c52 Bump Swashbuckle and Microsoft.OpenApi 2024-10-02 08:24:02 -07:00
ds5678
55da616716 Hide static mesh separation and asset deduplication on free edition 2024-09-22 10:06:35 -07:00
ds5678
f47a869402 Swagger API Documentation 2024-09-21 08:07:26 -07:00
ds5678
af39e79a66 Bump AssetRipper.Text.Html 2024-09-21 07:27:38 -07:00
ds5678
a9d2a43357 Prevent infinite recursion when constructing MonoType 2024-09-19 22:35:07 -07:00
ds5678
cc663f7b58 Do not merge buffers 2024-09-11 09:10:33 -07:00
ds5678
13ff885ffd Try Catch for Mesh Preview 2024-09-09 20:57:58 -07:00
ds5678
fd0f5fd014 Improve offline support
* Add a command line option for supplying local web files
* Consolodate references into a single file
* Resolves #1486
2024-09-07 09:12:15 -07:00
ds5678
1ae659e316 Mesh Preview
* Resolves #930
2024-09-02 22:30:37 -07:00
ds5678
f3be12008a Support opening multiple folders
* Resolves #1407
* Closes #1411
2024-08-11 13:49:27 -07:00
ds5678
8429911c25 Handle failed file loading
* Closes #1208
* Related: #1403
2024-08-11 11:17:30 -07:00
ds5678
4c41bc27ca Fix bug affecting nested bundle paths
* Resolves #1419
2024-08-09 21:54:55 -07:00
ds5678
0781208f81 Primary Content Extraction
* Resolves #504
2024-07-20 10:52:03 -07:00
ds5678
23d9827674 Move model export to the primary content library 2024-07-15 00:12:02 -07:00
ds5678
54f98ffad8 AssetRipper.Export.Modules.Textures 2024-07-14 12:30:02 -07:00
ds5678
4b73106bbc AssetRipper.Export.Modules.Audio 2024-07-14 12:08:31 -07:00
ds5678
b140a5397b Reassign BundleAssetsExportMode.DirectExport to be the default 2024-07-05 03:53:35 -04:00
ds5678
2898f928c8 Use more specific pixel output formats
* Resolves #1292
2024-07-01 21:23:33 -07:00
ds5678
7b853a4efa Asynchronous Asset Preview
* Resolves #1347
2024-05-26 11:17:28 -07:00
ds5678
28c51bc780 Move export code out of AssetRipper.Assets 2024-05-23 15:16:35 -07:00
ds5678
f3de199f67 Single YamlWalker 2024-05-23 01:04:55 -07:00
ds5678
5c782a2f9a Save Raw Texture Data Button
* Resolves #1298
2024-05-21 13:55:22 -04:00
ds5678
9d1a3a190d Display Size on Resource Page
* Resolves #1355
2024-05-21 12:17:57 -04:00
ds5678
a485e91ce9 Web API improvements
* Use GET instead of POST for loading pages
* Add Count api for collections
* Add Data api for resources
* Use Data api to load the resource page faster
* Improve url creation code in ImageTab
* Related: #1347
2024-05-20 19:40:23 -04:00
ds5678
297106d0ea Asynchronously load textures in the UI asset preview
* Related: #1347
2024-05-20 16:50:58 -04:00
ds5678
2c32c98013 Minify UI path serialization 2024-05-20 16:21:00 -04:00
ds5678
fd237bafd0 Improve UI for assets inheriting from GameObjectHierarchyObject 2024-05-04 09:55:30 -07:00
ds5678
7f70753ab6 Custom IGameInitializer implementation
* Support changing Unity version
* Support engine asset injection
* Resolves #696
* Resolves #1271
2024-04-20 16:48:12 -07:00
ds5678
e6c908a6b7 Remove IUnityObjectBase.GUID
* Resolves #1294
2024-04-15 20:23:39 -07:00
ds5678
f937b982ee Add setting for lightmap texture format 2024-04-14 22:09:52 -07:00
Valtameri Sieluna
db2bd9dab9
Redo font previewer (#1249)
* Redo font previewer

* Update the code
2024-03-22 16:37:50 -07:00
ds5678
be4e38218e Catch exceptions when attempting to launch the web browser
* Related: #1223
2024-02-28 00:28:24 -05:00
ds5678
6231dc0515 Hide buttons on the Commands page when unsupported 2024-02-25 17:58:44 -05:00
ds5678
6ab432755d Redirect to the commands page on Mac and Arm64 when a file picker would be shown 2024-02-25 17:53:37 -05:00
ds5678
0faf927742 Add settings for static mesh separation and asset deduplication 2024-02-21 19:41:27 -05:00
ds5678
f52342bd1d Enable saving settings to the disk 2024-02-19 16:30:55 -05:00
ds5678
5793ce88b0 Refactor settings to use data storage 2024-02-19 12:40:45 -05:00
ds5678
8601e80798 Refactor data storage to be more generic 2024-02-19 00:46:28 -05:00
ds5678
be74e2cee9 Improve audio export on versions below Unity 5
* Resolves #353
2024-02-17 15:05:52 -05:00
ds5678
a74853f81d Update localizations and add a message of appreciation 2024-02-04 12:53:34 -05:00
ds5678
814f5a1fd6 Fix up code causing deletion unexpectedly
* Resolves #1163
* Resolves #1179
2024-02-04 11:28:17 -05:00
ds5678
83fcd34852 Move ExportHandler 2024-01-31 23:22:58 -05:00
ds5678
a15a7d2914 Localization changes 2024-01-30 19:29:30 -05:00
ds5678
e016847d97 Remove IgnoreEngineAssets
* It is now obsolete
2024-01-30 19:02:43 -05:00