RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
252 stars 139 forks source link

Set hologram materials for items with skinned mesh renderer #1385

Closed jckling closed 9 months ago

jckling commented 9 months ago

Summary

Set hologram materials for items with skinned mesh renderer

GetComponentsInChildren<MeshRenderer> does not get skinned mesh render, just use same logic on skinned mesh render.

PR checklist

Pictures/Videos)

https://github.com/RE-SS3D/SS3D/assets/25079277/ce4a2ab0-d8f2-47d8-a91a-bb39137b55d2

Testing

Play without errors in local Editor

Related issues/PRs

Closes #1380