-
I made a custom action based off the Object: Animate action that allows me to call multiple animators in the same action. The action works except for the fact that whenever I open Unity, the action d…
-
using UnityEngine;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ChangeCursorsAction : Action { // Declare pr
-
Hi Chris, I hope you can help me. So I am looking to switch the Unity UI Cursor rendering depending on witch player character is currently active. I had this all set up working well when using Softwa…
-
using UnityEngine;using UnityEngine.UI;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionChangeFontColor : Action { public Text mytext;
-
= show; return 0f; } #if UNITY_EDITOR public override void ShowGUI (List<ActionParameter> parameters) { itemParameterID = ChooseParamet
-
return 0f; } #if UNITY_EDITOR public override void ShowGUI () { audioMixer = (AudioMixer)UnityEditor.EditorGUILayout.ObjectField ("Master:&a
-
as normal. */ Run (); } #if UNITY_EDITOR public override void ShowGUI () { audioMixer = (AudioMixer)EditorGUILayout.ObjectField("Master:", audioMix
-
using UnityEngine;using System;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class AC_TriggerEnableDisable : Action {
-
#if UNITY_2019_3_OR_NEWERif (GraphicsSettings.currentRenderPipeline){ string pipelineType = GraphicsSettings.currentRenderPipeline.GetType ().ToString (); if (pipelineType.Contains ("Hi
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionSkinSetter : Action { public override ActionCategory Category { get { r
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifusing Spine;using Spine.Unity;namespace AC{ [System.Serializable] public class ActionTemplate : Action { public override Actio
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionCheckConversationOptions : ActionCheck { public override ActionCategory
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifusing Spine;using Spine.Unity;namespace AC{ [System.Serializable] public class ChangeSkinAction : Action { public override Act
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifusing Spine;using Spine.Unity;namespace AC{ [System.Serializable] public class ChangeSkinAction : Action { public override Act
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifusing Spine;using Spine.Unity;namespace AC{ [System.Serializable] public class ChangeSkinAction : Action { public override Act
-
== lengthToCheck; } #if UNITY_EDITOR public override void ShowGUI () { stringToCheck = UnityEditor.EditorGUILayout.TextField ("String:", strin
-
#if UNITY_EDITOR_OSXpublic const int skipSocketSeparation = 44;#elsepublic const int skipSocketSeparation = 48;#endif
-
#if UNITY_2019_3_OR_NEWER if (GraphicsSettings.currentRenderPipeline && GraphicsSettings.currentRenderPipeline.GetType ().ToString ().Contains ("HighDefinition&
-
Steamworks;#if UNITY_EDITORusing UnityEditor;#endif/* By Alvaro Urrutia Luna (Alverik)* Edited by Ryan Zollinger (Dr. PUZZLER) to work with Heathen Engineering Steamworks* Custom action to* Unlock St
-
using UnityEngine;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionClearLevelData : Action { // Declare p