-
using UnityEngine;using System.Collections.Generic;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionSceneNext : Action { public bool assig
-
Slate provides a very basic integration with AC. Only able to run the cutscene.
-
using UnityEngine;#if UNITY_EDITORusing UnityEditor;#endifnamespace AC{ [System.Serializable] public class ActionTransferDirection : Action { public override ActionCategory Category {
-
public Bank mySoundBank; public enum loadUnload { Load, Unload }; public loadUnload bankEvent; public override float Run () { if (bankEvent == loadUnload.Load) {
-
using UnityEngine;#if AddressableIsPresentusing System.Collections;using UnityEngine.ResourceManagement.AsyncOperations;using UnityEngine.AddressableAssets;#endifnamespace AC{ [AddComponentMenu (&a
-
using System.Collections.Generic;using UnityEngine;using UnityEditor;namespace AC{ [System.Serializable] public class ActionRunMultipleAnimators : Action { public override ActionCatego
-
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;
-
using UnityEngine;using System.Collections.Generic;namespace AC{ [System.Serializable] public class ActionHideItem : Action { public override ActionCategory Category { get { return Act
-
using UnityEngine;using UnityEngine.Audio;using AC;namespace AC{ [System.Serializable] public class AudioMasterTemplate : Action { public override ActionCategory Category { get { retur
-
// Declare variables here public AudioMixer audioMixer; public float masterVolume; public void Start() { float masterVolume = GlobalVariables.GetFloatValue(27); } public void
-
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