rurre / PumkinsAvatarTools

A toolbox for easily setting up VRChat avatars in Unity. Adds functionality to the editor and automates some of the tedious tasks.
MIT License
738 stars 48 forks source link

[Request] Copy the 'IsActive' setting on objects when copying components #70

Closed Twinki14 closed 2 years ago

Twinki14 commented 2 years ago

I utilize the Copy Components tool a lot, it makes things a lot easier whenever I export my models from Blender and into Unity, I can easily copy everything from the previous old prefab, into a new prefab based on the new FBX

Whenever I copy components from the blake object to blake (1), it'd be nice to also include the IsActive or Visible setting on objects, maybe as a separate toggle or by default

image

image

rurre commented 2 years ago

That gets copied under transforms i think


From: Twinki @.> Sent: Wednesday, October 19, 2022 4:54:36 AM To: rurre/PumkinsAvatarTools @.> Cc: Subscribed @.***> Subject: [rurre/PumkinsAvatarTools] [Request] Copy the 'IsActive' setting on objects when copying components (Issue #70)

I utilize the Copy Components tool a lot, it makes things a lot easier whenever I export my models from Blender and into Unity, I can easily copy everything from the previous old prefab, into a new prefab based on the new FBX

Something I wish could be copied is the IsActive setting on objects

[image]https://user-images.githubusercontent.com/5809130/196578690-3273e8fd-c2db-473f-a16f-ff3649bd669a.png

[image]https://user-images.githubusercontent.com/5809130/196578705-3f946a8b-395f-44d8-bfa8-d8055739411f.png

Whenever I copy components from the blake object to blake (1), I wish it'd also copy the IsActive or Visible setting

— Reply to this email directly, view it on GitHubhttps://github.com/rurre/PumkinsAvatarTools/issues/70, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AD7RGWOATGG3NDSQYNIKVBTWD5IFZANCNFSM6AAAAAARIUOUAM. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Twinki14 commented 2 years ago

It does, I completely missed those settings. Nice, thank you!