Skip to content

Commit

Permalink
Update SB3UGS to v24.0.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Apr 13, 2024
1 parent 0ed3036 commit 15e236d
Show file tree
Hide file tree
Showing 136 changed files with 37 additions and 12 deletions.
18 changes: 17 additions & 1 deletion src/libs/SB3UGS/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[23.4.1]
[24.0.1]
- Fixed dark mesh in preview when showing morphs
- Fixed bounding box for skinned meshes with modified rest pose
- Fixed crash when selecting renderers other than MeshRenderer and SkinnedMeshRenderer

[24.0]
- Changed platform: VS2022, .Net Framework 4.6.2, Windows 11 SDK 10.0.22621.0, MSVC v143
- Changed visual style to Windows7 look
- Added support for AssetBundle files with stripped Unity version
- Added cancelling with ESC in several dialogs
- Added display of vertex colours in 3d preview
- Added support for anti-aliasing in 3d preview
- Changed export and preview of UV maps now considers all selected meshes
- Fixed default destination frame in replacement dialog
- Fixed morph preview moving into the wrong X direction (same for morph normals)

[23.4.1]
- Fixed AnimatorController table of strings unsorted since Unity 2019.4+
- Fixed crash when saving the file for empty AnimationClip slots in AnimatorController
- Changed inventory alignment for Unity5+ AssetBundle files. Added support for Linux versions.
Expand Down
Binary file modified src/libs/SB3UGS/DX11TutCore.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/DesignerClasses_AnyCPU.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/FX/NormalMap.fxo
Binary file not shown.
Binary file added src/libs/SB3UGS/Microsoft.Win32.Primitives.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/SB3Utility.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/SB3UtilityGUI.exe
Binary file not shown.
19 changes: 14 additions & 5 deletions src/libs/SB3UGS/SB3UtilityGUI.exe.Config
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<section name="SB3Utility.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins"/>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
<loadFromRemoteSources enabled="true"/>
Expand Down Expand Up @@ -197,6 +197,15 @@
<setting name="FolderBrowserDialogRoot" serializeAs="String">
<value>17</value>
</setting>
<setting name="AntiAliasing" serializeAs="String">
<value>4</value>
</setting>
<setting name="VertexColourMode" serializeAs="String">
<value>0</value>
</setting>
<setting name="VertexColourMainTexWhenWhite" serializeAs="String">
<value>False</value>
</setting>
</SB3Utility.Properties.Settings>
</applicationSettings>
</configuration>
Binary file modified src/libs/SB3UGS/SB3UtilityScript.exe
Binary file not shown.
10 changes: 5 additions & 5 deletions src/libs/SB3UGS/SB3UtilityScript.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
<loadFromRemoteSources enabled="true"/>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
Binary file modified src/libs/SB3UGS/SyntaxHighlightingTextBox.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.AppContext.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Collections.Concurrent.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Collections.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.ComponentModel.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Console.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Data.Common.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Diagnostics.Contracts.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Diagnostics.Debug.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Diagnostics.Process.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Diagnostics.StackTrace.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Diagnostics.Tools.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Diagnostics.Tracing.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Drawing.Primitives.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Dynamic.Runtime.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Globalization.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.Compression.ZipFile.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.Compression.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.FileSystem.Watcher.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.FileSystem.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.IsolatedStorage.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.MemoryMappedFiles.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.Pipes.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.IO.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Linq.Expressions.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Linq.Parallel.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Linq.Queryable.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Linq.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.Http.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.NameResolution.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.NetworkInformation.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.Ping.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.Primitives.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.Requests.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.Security.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.Sockets.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.WebSockets.Client.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Net.WebSockets.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.ObjectModel.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Reflection.Extensions.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Reflection.Primitives.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Reflection.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Resources.Reader.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Resources.Writer.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Runtime.Extensions.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Runtime.Handles.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Runtime.Numerics.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Runtime.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Security.Claims.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Security.Principal.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Security.SecureString.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Text.Encoding.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Threading.Overlapped.dll
Binary file not shown.
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Threading.Tasks.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Threading.Thread.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Threading.ThreadPool.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Threading.Timer.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Threading.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Xml.ReaderWriter.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Xml.XDocument.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Xml.XPath.XDocument.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Xml.XPath.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Xml.XmlDocument.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/System.Xml.XmlSerializer.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-core-file-l1-2-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-core-file-l2-1-0.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-core-synch-l1-2-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-core-timezone-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-convert-l1-1-0.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-heap-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-locale-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-math-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-multibyte-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-runtime-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-stdio-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-string-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-time-l1-1-0.dll
Binary file not shown.
Binary file removed src/libs/SB3UGS/api-ms-win-crt-utility-l1-1-0.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/mikktspace_managed.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/msvcp140.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/netstandard.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/NIFPlugin.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/SB3UtilityFBX.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/SB3UtilityNIF.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/SB3UtilityPP.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/SB3UtilityPlugins.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/UnityBase.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/plugins/UnityPlugin.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/libs/SB3UGS/plugins/UnityPlugin.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ _NormalMap: "_BumpMap", "_Normal", "_Normal_map"</value>
</setting>
</UnityPlugin.Properties.Settings>
</applicationSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup>
</configuration>
Binary file removed src/libs/SB3UGS/ucrtbase.dll
Binary file not shown.
Binary file modified src/libs/SB3UGS/vcruntime140.dll
Binary file not shown.
Binary file added src/libs/SB3UGS/vcruntime140_1.dll
Binary file not shown.

0 comments on commit 15e236d

Please sign in to comment.