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;
|
||||
}
|
||||
}
|
||||
|
||||
11
PlatformSpecificFX/Runtime/PlatformSpecificFX.cs.meta
Normal file
11
PlatformSpecificFX/Runtime/PlatformSpecificFX.cs.meta
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 24bc2531ec6d029449c1cf0e322c6612
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
14
PlatformSpecificFX/Runtime/PlatformSpecificFXRuntime.asmdef
Normal file
14
PlatformSpecificFX/Runtime/PlatformSpecificFXRuntime.asmdef
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "PlatformSpecificFXRuntime",
|
||||
"rootNamespace": "",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 424958f3f014e9b43ab88ec66b389caf
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue