Skip to content

Commit

Permalink
Added [SelectionBase] to CyanEmuPlayer script to allow for clicking o…
Browse files Browse the repository at this point in the history
…n the local player or remote player to get the base object instead of the mesh.
  • Loading branch information
CyanLaser committed Mar 16, 2021
1 parent cc71607 commit fffc95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CyanEmu/Scripts/CyanEmuPlayer.cs
Expand Up @@ -18,6 +18,7 @@ public static CyanEmuPlayer GetCyanEmuPlayer(this VRCPlayerApi player)
}

[AddComponentMenu("")]
[SelectionBase]
public class CyanEmuPlayer : MonoBehaviour
{
public VRCPlayerApi player;
Expand Down

0 comments on commit fffc95d

Please sign in to comment.