Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAO Remove Mesh series components support for basic Mesh Renderer component. #1319

Open
Hrenact opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Hrenact
Copy link

Hrenact commented Oct 31, 2024

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:

image
image
image
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?

@anatawa12
Copy link
Owner

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 anatawa12 added the enhancement New feature or request label Nov 2, 2024
@anatawa12 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants