UnityAssetReplacer
UnityAssetReplacer copied to clipboard
A tool to replace data in a Unity Asset Bundle from modified files.
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.4 to 2.1.8. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.8 What's Changed V2 - Limit Read Palette Indices by @JimBobSquarePants in SixLabors/ImageSharp#2719 V2 - Clear Pixel Buffers...
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 6.0.0 to 8.0.4. Release notes Sourced from System.Drawing.Common's releases. .NET 8.0.4 Release .NET 8.0.3 Release .NET 8.0.2 Release .NET 8.0.1 Release .NET 8.0.0 Release .NET 8.0 RC...
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.4 to 2.1.7. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.7 What's Changed [release/2.1] Disallow allocation attempts of unrepresentable sizes by @antonfirsov in SixLabors/ImageSharp#2553 [release/2.1] Tiff decoding robustness...
Bumps [AssetsTools.NET](https://github.com/nesrak1/AssetsTools.NET) from 2.0.9 to 2.0.12. Release notes Sourced from AssetsTools.NET's releases. AssetsTools Update 20 (2.0.11) This is a quick fix for bundle repacking and version selecting. This will be...
# Update Build Workflow to build on Windows Build on Windows to include needed DLLs. ## Motivation Fixes #15. ## Testing - [ ] Test Windows texture replacing.
## Description Can't replace textures on the Windows releases found on this page. ## Steps to Reproduce 1. Run 'UnityAssetReplacer' with options ```./UnityAssetReplacer -b assetbundle -t -i input_folder -o output_assetbundle```...