An open API service indexing awesome lists of open source software.

https://github.com/scruffyrules/unityscripts

My personal creation of various scripts
https://github.com/scruffyrules/unityscripts

unity-scripts

Last synced: about 1 month ago
JSON representation

My personal creation of various scripts

Awesome Lists containing this project

README

          

# UnityScripts
My personal creation of various scripts

### AutoDynamicBoneRoot
Automagically adds the gameobject to the root of DynamicBones component for ease of use cases

#### Usage
Add DynamicBone to object, root is auto added
Remove DynamicBone root, save scene (or wait), root is auto added.

### CopyMaterials
Copies Skinned Mesh Renderer materials from one object to another

#### Usage
Tool Bar > Component > Custom > Copy SMR Materials
From Object: The GameObject that a Skinned Mesh Renderer is on that you want to get the materials
To Object: The GameObject that a Skinned Mesh Renderer is on that you want to set the materials

### Notepad
Allows notes to be saved onto GameObjects
*untested*