Adventure Creator Wikia
Adventure Creator Wikia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 March 2023

21 March 2023

  • curprev 08:0808:08, 21 March 2023‎ ChrisIceBox Message Wall contribs‎ 851 bytes +851‎ Created page with "By default, running in Point and Click mode is a case of double-clicking in the scene. This script allows the Player to also run based on a dedicated "Run" input key. To use it: # Create a new C# script named HoldRun, and copy/paste the code below # Attach the new Hold Run component to your Player character # Define an input named "Run" HoldRun.cs:<syntaxhighlight lang="csharp"> using UnityEngine; using AC; public class HoldRun : MonoBehaviour { void Update (..." Tag: Visual edit