You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to add an AAO Remove Mesh series component to an object with a Mesh Renderer component, the Mesh Renderer component is forcibly changed to a Skinned Mesh Renderer component, as shown in the image below:
I know that using Remove Mesh By BlendShape with Mesh Renderer is meaningless, so I didn’t include a screenshot of it.
Is this by design? If not, would it be possible to add compatibility for using AAO Remove Mesh series components with the Mesh Renderer component?
The text was updated successfully, but these errors were encountered:
Currently, it's expected not to work with (basic) Mesh Renderer.
However, component implementation does not depends on that so I think we can expand the functionality in the future.
(EditSkinnedMesh component system does not work with Mesh Renderer so I have to refactor that.)
anatawa12
changed the title
Unable to add AAO Remove Mesh series components to objects with the Mesh Renderer component.
AAO Remove Mesh series components support for basic Mesh Renderer component.
Nov 14, 2024
When I try to add an
AAO Remove Mesh
series component to an object with aMesh Renderer
component, theMesh Renderer
component is forcibly changed to aSkinned Mesh Renderer
component, as shown in the image below:I know that using
Remove Mesh By BlendShape
withMesh Renderer
is meaningless, so I didn’t include a screenshot of it.Is this by design? If not, would it be possible to add compatibility for using
AAO Remove Mesh
series components with theMesh Renderer
component?The text was updated successfully, but these errors were encountered: