Skip to content

Commit

Permalink
Updated class
Browse files Browse the repository at this point in the history
  • Loading branch information
akovnir-pq committed May 30, 2018
1 parent e3452bf commit c017a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimplestMeshBaker/Editor/SkinnedMeshRendererCombiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace SimplestMeshBaker
{
//Code based on this topic:
//https://answers.unity.com/questions/625243/combining-skinned-meshes-1.html
public class SkinnedMeshRendererCombiner : MonoBehaviour
public static class SkinnedMeshRendererCombiner
{
[MenuItem("GameObject/Combine SkinnedMeshRenderers", false, 0)]
private static void Bake(MenuCommand menuCommand)
Expand Down

0 comments on commit c017a98

Please sign in to comment.