Cubism 5 SDK for Unity R5 beta3
·
6 commits
to master
since this release
Added
- Add scripts and assets for using the
Universal Render Pipelineand custom render passes toAssets/Live2D/Cubism/Rendering/URP. - Add a feature to allow rendering of arbitrary objects before and after the rendering of model draw objects.
- Add
CubismLookCenterTransformandCubismLookCenterArtMeshto allow setting the look-at center using either a Transform or an ArtMesh.
Changed
- Change to work based on the
Universal Render Pipeline.Built-in Render PipelineandHigh Definition Render Pipelineare not supported.Cubism 5 SDK for Unity R4_1and its derivative packages will be maintained asBuilt-in Render Pipelinecompatible versions.- Models and features from
Cubism 5.3and later cannot be used.
- Models and features from
- The use of custom render passes is required.
Fixed
- Fix an issue where
ReleaseStaleRenderTextures()could releaseRenderTexturein use depending on the timing of its invocation. - Fix an issue where the texture settings were not as intended when imported.
- Fix an issue where look-at tracking was misaligned when using
CubismLookController. - Fix an issue where the Koharu model's .model3.json was missing references to .motion3.json.
- Fix Koharu's corrupted .motion3.json files.
- Fix an issue where Raycast was functional even when
CubismRaycastablewas inactive.
Removed
- Remove unused shaders and materials.
- Remove
Assets/Live2D/Cubism/Rendering/CubismCommonRenderFrameBuffer.csandAssets/Live2D/Cubism/Rendering/ArrayExtensionMethods.cs. - Remove
Assets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/Prefabs/ModelCanvas.prefab. - Remove scripts and related processes under
Assets/Live2D/Cubism/Rendering/MaskingandAssets/Live2D/Cubism/Samples/Masking.- Remove
Assets/Live2D/Cubism/Editor/Inspectors/CubismMaskControllerInspector.cs,Assets/Live2D/Cubism/Editor/Inspectors/CubismMaskTextureInspector.cs, andAssets/Live2D/Cubism/Rendering/Resources/Live2D/Cubism/GlobalMaskTexture.assetaccordingly. - Mask processing has been integrated into
CubismRenderer.
- Remove