ugh
This commit is contained in:
parent
6031db6620
commit
4809e7cfa0
17 changed files with 276 additions and 159 deletions
13
PlatformSpecificFX/Runtime/PlatformSpecificFX.cs
Normal file
13
PlatformSpecificFX/Runtime/PlatformSpecificFX.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
|
||||
namespace gay.lilyy.platformspecificfx
|
||||
{
|
||||
[AddComponentMenu("LillithRosePup/Platform Specific FX")]
|
||||
public class PlatformSpecificFX : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
||||
{
|
||||
public AnimatorController desktop;
|
||||
public AnimatorController mobile;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue