CMoreMountains.Tools.AIState | A State is a combination of one or more actions, and one or more transitions. An example of a state could be "_patrolling until an enemy gets in range_". |
CMoreMountains.Tools.AITransition | Transitions are a combination of one or more decisions and destination states whether or not these transitions are true or false. An example of a transition could be "_if an enemy gets in range, transition to the Shooting state_". |
►CSystem.Attribute | |
CMoreMountains.Tools.MMDebugLogCommandArgumentCountAttribute | An attribute to add to static methods to they can be called via the MMDebugMenu's command line |
CMoreMountains.Tools.MMDebugLogCommandAttribute | An attribute to add to static methods to they can be called via the MMDebugMenu's command line |
CMoreMountains.Tools.MMExecutionOrderAttribute | Add this attribute to a class and its Execution Order will be changed to the value specified in parameters Usage : [ExecutionOrder(66)] |
CMoreMountains.Tools.MMHiddenPropertiesAttribute | |
CMoreMountains.Tools.MMRequiresConstantRepaintAttribute | |
CMoreMountains.Tools.Beat | |
CMoreMountains.Tools.MMDebug.DebugLogItem | A struct used to store log items |
►CEditor | |
CMoreMountains.Tools.AIBrainEditor | |
CMoreMountains.Tools.FloatControllerEditor | Custom editor for the FloatController, conditional hiding and dropdown fill |
CMoreMountains.Tools.HealthBarEditor | Custom editor for health bars (mostly a switch for prefab based / drawn bars |
CMoreMountains.Tools.MMAchievementListInspector | Custom inspector for the MMAchievementList scriptable object. |
CMoreMountains.Tools.MMAspectRatioSafeZonesEditor | Custom editor for the MMScreenSafeZones component |
CMoreMountains.Tools.MMAutoRotateEditor | Custom editor for the MMAutoRotate component |
CMoreMountains.Tools.MMConeOfVision2DInspector | |
CMoreMountains.Tools.MMConeOfVisionInspector | |
►CUnityEditor.Editor | |
CMoreMountains.Tools.MMMonoBehaviourDrawer | A generic drawer for all MMMonoBehaviour, handles both the Group and RequiresConstantRepaint attributes |
CMoreMountains.Tools.MMPlaylistEditor | A custom editor that displays the current state of a playlist when the game is running |
CMoreMountains.Tools.MMPlotterEditor | A custom editor displaying a foldable list of MMFeedbacks, a dropdown to add more, as well as test buttons to test your feedbacks at runtime |
►CMoreMountains.Tools.MMRadioSignalEditor | |
CMoreMountains.Tools.MMRadioSignalGeneratorEditor | |
CMoreMountains.Tools.MMRendererLayerEditor | |
CMoreMountains.Tools.MMScreenshotEditor | |
CMoreMountains.Tools.MMTilemapGeneratorEditor | Custom editor for the MMTilemapGenerator, handles generate button and reorderable layers |
CMoreMountains.Tools.MMTrailRendererLayerEditor | |
CMoreMountains.Tools.MMTransformRandomizerEditor | Custom editor for the MMTransformRandomizer class |
CMoreMountains.Tools.MMTriggerAndCollisionEditor | |
CMoreMountains.Tools.ObjectBoundsEditor | |
CMoreMountains.Tools.SceneViewIconEditor | This class adds names for each LevelMapPathElement next to it on the scene view, for easier setup |
CMoreMountains.Tools.ShaderControllerEditor | Custom editor for the ShaderController, conditional hiding |
CMoreMountains.Tools.FogSettings | A simple class used to store fog properties |
►CGraphic | |
CMoreMountains.Tools.MMRaycastTarget | Add this class to a UI object to have it act as a raycast target without needing an Image component |
►CMoreMountains.HighroadEngine.IActorInput | An interface listing available input actions |
►CMoreMountains.HighroadEngine.BaseController | Base class controller. Must be used by vehicles specific controllers. Manages Score and input management. |
CMoreMountains.HighroadEngine.AirCarController | Air Car controller class. Manages inputs from InputManager and driving of the hover car You can customize the properties for different types of vehicles. |
CMoreMountains.HighroadEngine.CarController | Car controller class. Manages inputs from InputManager and driving evaluation You can customize the car properties for different types of cars |
CMoreMountains.HighroadEngine.SolidController | Solid Controller class, that handles vehicles with suspension This allows for a more dynamic behaviour of the vehicles and allows for bumpy roads, slopes or even loops This controller also offers easier extendability thanks to the SolidBehaviourExtender. If you want to create a vehicle using this controller, you'll need to setup its suspension correctly, and pay attention to the weight repartition. For that, you can simply duplicate one of the demo vehicles, or have a look at the documentation that explains how to setup a vehicle, step by step. |
CMoreMountains.HighroadEngine.LocalLobbyPlayerUI | This class manages a player on the lobby/menu screen. Implements IActorInput interface for UI manipulation |
►CICloneable | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CICollection | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CIDragHandler | |
►CMoreMountains.Tools.MMTouchJoystick | Joystick input class. In charge of the behaviour of the joystick mobile touch input. Bind its actions from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTouchDynamicJoystick | Add this component to a UI rectangle and it'll act as a detection zone for a joystick. Note that this component extends the MMTouchJoystick class so you don't need to add another joystick to it. It's both the detection zone and the stick itself. |
CMoreMountains.Tools.MMTouchRepositionableJoystick | Add this component to a UI rectangle and it'll act as a detection zone for a joystick. Note that this component extends the MMTouchJoystick class so you don't need to add another joystick to it. It's both the detection zone and the stick itself. |
►CIEndDragHandler | |
CMoreMountains.Tools.MMTouchJoystick | Joystick input class. In charge of the behaviour of the joystick mobile touch input. Bind its actions from the inspector Handles mouse and multi touch |
►CIEnumerable | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CMoreMountains.HighroadEngine.IGenericLobbyManager | Generic lobby manager interface (local and online). Used by the race manager to get info about the players and send commands to the current Lobby Manager |
►CMoreMountains.HighroadEngine.IGenericNetworkLobbyManager | Generic network lobby manager interface. Used by the race manager to get info about the players and send commands to the current Lobby Manager |
CMoreMountains.HighroadEngine.PunLobbyManager | |
CMoreMountains.HighroadEngine.LocalLobbyManager | This singleton class manages the list of players between races and lobby operations |
►CMoreMountains.HighroadEngine.IGenericLobbyPlayer | Stores data about a player in the lobby screen |
CMoreMountains.HighroadEngine.PunLobbyPlayer | This class manages the player state in the lobby. |
►CMoreMountains.HighroadEngine.IGenericMatchInfo | Generic MatchEntry for lobby Interface. Used by lobby UI to list all matches a user can join |
CMoreMountains.HighroadEngine.MatchInfo | Generic MatchEntry for lobby Interface. Used by lobby UI to list all matches for the user to join |
►CIList | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CMoreMountains.HighroadEngine.ILobbyPlayerInfo | Stores data about a player in the lobby screen |
CMoreMountains.HighroadEngine.LocalLobbyPlayer | Local lobby player. |
CMoreMountains.HighroadEngine.PunLobbyPlayer | This class manages the player state in the lobby. |
CMoreMountains.Tools.MMInput.IMButton | IM button, short for InputManager button, a class used to handle button states, whether mobile or actual keys |
►CMoreMountains.Tools.IMMSaveLoadManagerMethod | An interface to implement save and load using different methods (binary, json, etc) |
CMoreMountains.Tools.MMSaveLoadManagerMethodBinary | This save load method saves and loads files as binary files |
CMoreMountains.Tools.MMSaveLoadManagerMethodBinaryEncrypted | This save load method saves and loads files as encrypted binary files |
CMoreMountains.Tools.MMSaveLoadManagerMethodJson | |
CMoreMountains.Tools.MMSaveLoadManagerMethodJsonEncrypted | |
►CMoreMountains.HighroadEngine.INetworkVehicle | A simple interface used by the network manager to set properties to vehicle objects when starting the game. For now, only the player name is generic. |
CMoreMountains.HighroadEngine.PunVehicleController | Network vehicle controller. In charge of the network manager for players in game |
►CIPointerDownHandler | |
CMoreMountains.HighroadEngine.TouchZone | Add this component to a GUI button to have it act as a proxy for a certain action on touch devices. Detects press down, press up, and continuous press. These are really basic mobile/touch controls. I believe that for infinite runners they're sufficient. |
CMoreMountains.Tools.MMSwipeZone | Add a swipe manager to your scene, and it'll trigger MMSwipeEvents everytime a swipe happens. From its inspector you can determine the minimal length of a swipe. Shorter swipes will be ignored |
CMoreMountains.Tools.MMTouchAxis | Add this component to a GUI Image to have it act as an axis. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
►CMoreMountains.Tools.MMTouchButton | Add this component to a GUI Image to have it act as a button. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMDebugMenuSwitch | A component to handle switches |
CMoreMountains.Tools.MMTouchDynamicJoystick | Add this component to a UI rectangle and it'll act as a detection zone for a joystick. Note that this component extends the MMTouchJoystick class so you don't need to add another joystick to it. It's both the detection zone and the stick itself. |
CMoreMountains.Tools.MMTouchRepositionableJoystick | Add this component to a UI rectangle and it'll act as a detection zone for a joystick. Note that this component extends the MMTouchJoystick class so you don't need to add another joystick to it. It's both the detection zone and the stick itself. |
►CIPointerEnterHandler | |
CMoreMountains.Tools.MMSwipeZone | Add a swipe manager to your scene, and it'll trigger MMSwipeEvents everytime a swipe happens. From its inspector you can determine the minimal length of a swipe. Shorter swipes will be ignored |
CMoreMountains.Tools.MMTouchAxis | Add this component to a GUI Image to have it act as an axis. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTouchButton | Add this component to a GUI Image to have it act as a button. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
►CIPointerExitHandler | |
CMoreMountains.Tools.MMSwipeZone | Add a swipe manager to your scene, and it'll trigger MMSwipeEvents everytime a swipe happens. From its inspector you can determine the minimal length of a swipe. Shorter swipes will be ignored |
CMoreMountains.Tools.MMTouchAxis | Add this component to a GUI Image to have it act as an axis. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTouchButton | Add this component to a GUI Image to have it act as a button. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
►CIPointerUpHandler | |
CMoreMountains.HighroadEngine.TouchZone | Add this component to a GUI button to have it act as a proxy for a certain action on touch devices. Detects press down, press up, and continuous press. These are really basic mobile/touch controls. I believe that for infinite runners they're sufficient. |
CMoreMountains.Tools.MMSwipeZone | Add a swipe manager to your scene, and it'll trigger MMSwipeEvents everytime a swipe happens. From its inspector you can determine the minimal length of a swipe. Shorter swipes will be ignored |
CMoreMountains.Tools.MMTouchAxis | Add this component to a GUI Image to have it act as an axis. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTouchButton | Add this component to a GUI Image to have it act as a button. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
►CISubmitHandler | |
CMoreMountains.Tools.MMTouchButton | Add this component to a GUI Image to have it act as a button. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMSceneLoadingManager.LoadingSceneEvent | |
CMoreMountains.Tools.MMConeOfVision2D.MeshEdgePosition | |
CMoreMountains.Tools.MMConeOfVision.MeshEdgePosition | |
CMoreMountains.Tools.MMAchievement | |
CMoreMountains.Tools.MMAchievementChangedEvent | |
CMoreMountains.Tools.MMAchievementUnlockedEvent | An event type used to broadcast the fact that an achievement has been unlocked |
CMoreMountains.Tools.MMAdditiveSceneLoadingManagerSettings | A simple class used to store additive loading settings |
CMoreMountains.Tools.MMAim | |
CMoreMountains.Tools.MMAnimatorMirror.MMAnimatorMirrorBind | Struct used to store bindings |
CMoreMountains.Tools.MMAudioEvents | |
CMoreMountains.Tools.MMAutoExecutionItem | A data class to store auto execution info to be used in MMAutoExecution |
CMoreMountains.Tools.MMBeatEvent | An event you can listen to that will get automatically triggered for every remapped beat |
CMoreMountains.Tools.MMCooldown | A class to handle cooldown related properties and their resource consumption over time Remember to initialize it (once) and update it every frame from another class |
CMoreMountains.Tools.MMCountdown.MMCountdownFloor | A class to store floor information |
CMoreMountains.Tools.MMDebugEditor | An editor class used to display menu items |
CMoreMountains.Tools.MMDebug.MMDebugLogEvent | An event used to broadcast debug logs |
CMoreMountains.Tools.MMDebugMenuButtonEvent | An event used to broadcast button events from a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuCheckboxEvent | An event used to broadcast checkbox events from a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuChoiceEntry | A class used to store choices contents |
CMoreMountains.Tools.MMDebugMenuItem | A class used to store a menu item |
CMoreMountains.Tools.MMDebugMenuSliderEvent | An event used to broadcast slider events from a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuTabData | |
CMoreMountains.Tools.MMGeometry.MMEdge | |
►CMoreMountains.Tools.MMEventListener< MMAchievementUnlockedEvent > | |
CMoreMountains.Tools.MMAchievementDisplayer | A class used to display the achievements on screen. The AchievementDisplayItems will be parented to it, so it's better if it has a LayoutGroup (Vertical or Horizontal) too. |
►CMoreMountains.Tools.MMEventListener< MMFadeEvent > | |
CMoreMountains.Tools.MMFader | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
CMoreMountains.Tools.MMFaderDirectional | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. This specific fader will move from left to right, right to left, top to bottom or bottom to top |
CMoreMountains.Tools.MMFaderRound | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
►CMoreMountains.Tools.MMEventListener< MMFadeInEvent > | |
CMoreMountains.Tools.MMFader | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
CMoreMountains.Tools.MMFaderDirectional | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. This specific fader will move from left to right, right to left, top to bottom or bottom to top |
CMoreMountains.Tools.MMFaderRound | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
►CMoreMountains.Tools.MMEventListener< MMFadeOutEvent > | |
CMoreMountains.Tools.MMFader | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
CMoreMountains.Tools.MMFaderDirectional | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. This specific fader will move from left to right, right to left, top to bottom or bottom to top |
CMoreMountains.Tools.MMFaderRound | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
►CMoreMountains.Tools.MMEventListener< MMFadeStopEvent > | |
CMoreMountains.Tools.MMFader | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
CMoreMountains.Tools.MMFaderDirectional | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. This specific fader will move from left to right, right to left, top to bottom or bottom to top |
CMoreMountains.Tools.MMFaderRound | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
►CMoreMountains.Tools.MMEventListener< MMGameEvent > | |
CMoreMountains.Tools.MMAchievementRules | That class is meant to be extended to implement the achievement rules specific to your game. |
►CMoreMountains.Tools.MMEventListener< MMSoundManagerAllSoundsControlEvent > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
►CMoreMountains.Tools.MMEventListener< MMSoundManagerEvent > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
►CMoreMountains.Tools.MMEventListener< MMSoundManagerSoundControlEvent > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
►CMoreMountains.Tools.MMEventListener< MMSoundManagerSoundFadeEvent > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
►CMoreMountains.Tools.MMEventListener< MMSoundManagerTrackEvent > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
►CMoreMountains.Tools.MMEventListener< MMSoundManagerTrackFadeEvent > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
►CMoreMountains.Tools.MMEventListener< MMSwipeEvent > | |
CMoreMountains.Tools.MMControlsTestInputManager | This persistent singleton handles the inputs and sends commands to the player in the MMControls demo, its sole purpose is to output debug logs of the various interactions with the demo's inputs |
►CMoreMountains.Tools.MMEventListenerBase | Event listener basic interface |
CMoreMountains.Tools.MMEventListener< T > | A public interface you'll need to implement for each type of event you want to listen to. |
CMoreMountains.Tools.MMFadeEvent | Events used to trigger faders on or off |
CMoreMountains.Tools.MMFadeInEvent | |
CMoreMountains.Tools.MMFadeOutEvent | |
CMoreMountains.Tools.MMFadeStopEvent | An event used to stop fades |
CMoreMountains.Tools.MMFloatingTextSpawnEvent | An event used (usually by feedbacks) to trigger the spawn of a new floating text |
CMoreMountains.Tools.MMGameEvent | MMGameEvents are used throughout the game for general game events (game started, game ended, life lost, etc.) |
►CMoreMountains.Tools.MMGridGenerator | |
CMoreMountains.Tools.MMGridGeneratorFull | Generates a grid of the specified size, either entirely full or empty |
CMoreMountains.Tools.MMGridGeneratorPath | Generates a grid with a path in the specified direction |
CMoreMountains.Tools.MMGridGeneratorPerlinNoise | Generates a grid of the specified size based on a seeded perlin noise, the smaller the seed, the blockier the grid |
CMoreMountains.Tools.MMGridGeneratorPerlinNoiseGround | Generates a grid with a ground floor |
CMoreMountains.Tools.MMGridGeneratorRandom | Generates a simple grid filled with random points |
CMoreMountains.Tools.MMGridGeneratorRandomWalk | Generates a grid with a path carved by a drunkard walk algorithm See http://pcg.wikidot.com/pcg-algorithm:drunkard-walk |
CMoreMountains.Tools.MMGridGeneratorRandomWalkAvoider | Generates a grid with a path carved by a drunkard walk algorithm that will avoid another grid's walls |
CMoreMountains.Tools.MMGridGeneratorRandomWalkGround | Uses random walk to generate a ground with controlled elevation |
CMoreMountains.Tools.MMGroupSelection | A class used to add a menu item and a shortcut to group objects together under a parent game object |
CMoreMountains.Tools.MMGyroCam | A class used to store gyro properties per camera |
CMoreMountains.Tools.MMInputExecutionBinding | A class used to store MMInputExecution bindings, associating a target keycode to UnityEvents |
CMoreMountains.Tools.MMInspectorGroupData | |
►CMoreMountains.Tools.MMIStateMachine | Public interface for the state machine. |
CMoreMountains.Tools.MMStateMachine< T > | StateMachine manager, designed with simplicity in mind (as simple as a state machine can be anyway). To use it, you need an enum. For example : public enum CharacterConditions { Normal, ControlledMovement, Frozen, Paused, Dead } Declare it like so : public StateMachine<CharacterConditions> ConditionStateMachine; Initialize it like that : ConditionStateMachine = new StateMachine<CharacterConditions>(); Then from anywhere, all you need to do is update its state when needed, like that for example : ConditionStateMachine.ChangeState(CharacterConditions.Dead); The state machine will store for you its current and previous state, accessible at all times, and will also optionnally trigger events on enter/exit of these states. |
CMoreMountains.Tools.MMLayer | |
CMoreMountains.Tools.MMLayers | |
CMoreMountains.Tools.MMLoot< T > | A class defining the contents of a MMLootTable |
►CMoreMountains.Tools.MMLoot< float > | |
CMoreMountains.Tools.MMLootFloat | a MMLoot implementation for floats |
►CMoreMountains.Tools.MMLoot< GameObject > | |
CMoreMountains.Tools.MMLootGameObject | a MMLoot implementation for gameobjects |
►CMoreMountains.Tools.MMLoot< string > | |
CMoreMountains.Tools.MMLootString | a MMLoot implementation for strings |
CMoreMountains.Tools.MMLootTable< T, V > | A loot table helper that can be used to randomly pick objects out of a weighted list This design pattern was described in more details by Daniel Cook in 2014 in his blog : https://lostgarden.home.blog/2014/12/08/loot-drop-tables/ |
►CMoreMountains.Tools.MMLootTable< MMLootFloat, float > | |
CMoreMountains.Tools.MMLootTableFloat | A MMLootTable implementation for floats |
►CMoreMountains.Tools.MMLootTable< MMLootGameObject, GameObject > | |
CMoreMountains.Tools.MMLootTableGameObject | A MMLootTable implementation for GameObjects |
►CMoreMountains.Tools.MMLootTable< MMLootString, string > | |
CMoreMountains.Tools.MMLootTableString | A MMLootTable implementation for strings |
CMoreMountains.Tools.MMMultipleObjectPoolerObject | Multiple object pooler object. |
CMoreMountains.Tools.MMObservable< T > | This struct lets you declare observable properties. For example, let's say you have a class called Character, and you declare its speed like so : |
CMoreMountains.Tools.MMPathMovementElement | This class describes a node on an MMPath |
►CMoreMountains.Tools.MMPersistentSingleton< LocalLobbyManager > | |
CMoreMountains.HighroadEngine.LocalLobbyManager | This singleton class manages the list of players between races and lobby operations |
►CMoreMountains.Tools.MMPersistentSingleton< MMSoundManager > | |
CMoreMountains.Tools.MMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
CMoreMountains.Tools.MMPlaylistPauseEvent | |
CMoreMountains.Tools.MMPlaylistPlayEvent | This class stores all the info related to items in a playlist |
CMoreMountains.Tools.MMPlaylistPlayIndexEvent | |
CMoreMountains.Tools.MMPlaylistPlayNextEvent | |
CMoreMountains.Tools.MMPlaylistPlayPreviousEvent | |
CMoreMountains.Tools.MMPlaylistSong | |
CMoreMountains.Tools.MMPlaylistStopEvent | |
CMoreMountains.Tools.MMPostProcessingMovingFilterEvent | An event used to move filters on and off a camera |
CMoreMountains.Tools.MMProperty | |
►CMoreMountains.Tools.MMPropertyLink | A class, meant to be extended, used to control a MMProperty and get/set its value |
CMoreMountains.Tools.MMPropertyLinkBool | Bool property setter |
CMoreMountains.Tools.MMPropertyLinkColor | Color property setter |
CMoreMountains.Tools.MMPropertyLinkFloat | Float property setter |
CMoreMountains.Tools.MMPropertyLinkInt | Int property setter |
CMoreMountains.Tools.MMPropertyLinkQuaternion | Quaternion property setter |
CMoreMountains.Tools.MMPropertyLinkString | String property setter |
CMoreMountains.Tools.MMPropertyLinkVector2 | Vector2 property setter |
CMoreMountains.Tools.MMPropertyLinkVector3 | Vector3 property setter |
CMoreMountains.Tools.MMPropertyLinkVector4 | |
►CMoreMountains.Tools.MMPropertyPicker | A class used to pick a property on a target object / component / scriptable object |
CMoreMountains.Tools.MMPropertyEmitter | A class used to pick a property, and remap its value for emission/broadcast |
CMoreMountains.Tools.MMPropertyReceiver | A class used to pick a property and modify its value |
CMoreMountains.Tools.MMRadioLevelEvent | A struct event used to broadcast the level to channels |
CMoreMountains.Tools.MMRadioSignalGeneratorItem | A class used to store generator items and their properties |
►CMoreMountains.Tools.MMReorderableArray< AIAction > | |
CMoreMountains.Tools.AIActionsList | |
►CMoreMountains.Tools.MMReorderableArray< AITransition > | |
CMoreMountains.Tools.AITransitionsList | |
►CMoreMountains.Tools.MMReorderableArray< MMDebugMenuItem > | |
CMoreMountains.Tools.MMDebugMenuItemList | A class used to store and display a reorderable list of menu items |
►CMoreMountains.Tools.MMReorderableArray< MMRadioSignalGeneratorItem > | |
CMoreMountains.Tools.MMRadioSignalGeneratorItemList | A reorderable list type used to store generator items |
►CMoreMountains.Tools.MMReorderableArray< MMTilemapGeneratorLayer > | |
CMoreMountains.Tools.MMTilemapGeneratorLayerList | A class used to display a reoderable list of MMTilemapGeneratorLayers |
CMoreMountains.Tools.MMReorderableList | |
►CMoreMountains.Tools.MMSaveLoadManagerEncrypter | This class implements methods to encrypt and decrypt streams |
CMoreMountains.Tools.MMSaveLoadManagerMethodBinaryEncrypted | This save load method saves and loads files as encrypted binary files |
CMoreMountains.Tools.MMSaveLoadManagerMethodJsonEncrypted | |
CMoreMountains.Tools.MMSaveLoadTestObject | A test object to store data to test the MMSaveLoadManager class |
CMoreMountains.Tools.MMScene | Scene management helpers |
CMoreMountains.Tools.MMSceneLoadingAntiSpill | This helper class, meant to be used by the MMAdditiveSceneLoadingManager, creates a temporary scene to store objects that might get instantiated, and empties it in the destination scene once loading is complete |
CMoreMountains.Tools.MMSfxEvent | A struct used to trigger sounds |
CMoreMountains.Tools.MMShufflebag< T > | A class to use to get more controlled randomness, taking values out of the bag randomly, and never getting them again |
CMoreMountains.Tools.MMSignal | This class lets you output the value corresponding to one of the basic signal types it contains. Useful to draw basic signal curves. |
CMoreMountains.Tools.MMSoundManagerAllSoundsControlEvent | This event will let you pause/play/stop/free all sounds playing through the MMSoundManager at once |
CMoreMountains.Tools.MMSoundManagerAudioPool | This class manages an object pool of audiosources |
CMoreMountains.Tools.MMSoundManagerEvent | This event will let you trigger a save/load/reset on the MMSoundManager settings |
CMoreMountains.Tools.MMSoundManagerPlayOptions | A class used to store options for MMSoundManager play |
CMoreMountains.Tools.MMSoundManagerSettings | This class stores MMSoundManager settings and lets you tweak them from the MMSoundManagerSettingsSO's inspector |
CMoreMountains.Tools.MMSoundManagerSound | A simple struct used to store information about the sounds played by the MMSoundManager |
CMoreMountains.Tools.MMSoundManagerSoundControlEvent | An event used to control a specific sound on the MMSoundManager. You can either search for it by ID, or directly pass an audiosource if you have it |
CMoreMountains.Tools.MMSoundManagerSoundFadeEvent | This event will let you pause |
CMoreMountains.Tools.MMSoundManagerSoundPlayEvent | This event will let you play a sound on the MMSoundManager |
CMoreMountains.Tools.MMSoundManagerTrackEvent | This feedback will let you mute, unmute, play, pause, stop, free or set the volume of a selected track |
CMoreMountains.Tools.MMSoundManagerTrackFadeEvent | This event will let you order the MMSoundManager to fade an entire track's sounds' volume towards the specified FinalVolume |
CMoreMountains.Tools.MMSpawnAroundProperties | This class is used to describe spawn properties, to be used by the MMSpawnAround class. It's meant to be exposed and used by classes that are designed to spawn objects, typically loot systems |
CMoreMountains.Tools.MMSpeedTestItem | A struct to store data associated to speed tests |
CMoreMountains.Tools.MMStateChangeEvent< T > | |
CMoreMountains.Tools.MMSwipeEvent | An event usually triggered when a swipe happens. It contains the swipe "base" direction, and detailed information if needed (angle, length, origin and destination |
CMoreMountains.Tools.MMTilemapGeneratorLayer | A class used to store and edit the data of MMTilemapGenerator layers, which you can use and combine to generate unique and random grids |
CMoreMountains.Tools.MMTilemapGeneratorLayer.MMTilemapGeneratorLayerSafeSpot | A struct used to store safe spots dimensions |
CMoreMountains.Tools.MMTilemapGridRenderer | |
CMoreMountains.Tools.MMTweenDefinitions | |
CMoreMountains.Tools.MMTweenType | |
CMoreMountains.Tools.MonoAttribute | |
►CMonoBehaviour | |
CMoreMountains.HighroadEngine.AirCarBehaviour | Graphics and particles behaviour |
CMoreMountains.HighroadEngine.BackgroundMusic | Add this class to a GameObject to play a background music when instanciated. Only one background music will be played at a time. |
CMoreMountains.HighroadEngine.BaseController | Base class controller. Must be used by vehicles specific controllers. Manages Score and input management. |
CMoreMountains.HighroadEngine.ButtonNavigation | This class allows keyboard navigation (up and down arrows by default) through a set of buttons |
►CMoreMountains.HighroadEngine.CameraController | Camera controller base class. Meant to be extended. |
CMoreMountains.HighroadEngine.IsometricCameraController | Camera controller following a target or a group of targets with an orthographic view. |
CMoreMountains.HighroadEngine.ParallelCamera | A camera parallel to the target. The car's distance is parametrable. A Mouse mode allows for moving the target point by drag and drop in the game scene |
CMoreMountains.HighroadEngine.ThirdPersonCameraController | 3D Camera controller following a single target in perspective |
CMoreMountains.HighroadEngine.CarBehaviour | Car behaviour class. Manages car behaviour in the race. This class is in charge of the particles emitted by the car, the smoke, sounds and moving parts. It depends on a CarController class to get data like speed or steering info |
CMoreMountains.HighroadEngine.DeathGround | Respawn vehicles when they hit the collider this class is attached to. Works only with SolidController. |
CMoreMountains.HighroadEngine.DemonstratorManager | This class allows for a fast demo scene boot, without a RaceManager You just have to put it in a scene for the cameras to auto bind themselves to the vehicle and for that vehicle to be bound to Player1's input. If more than one vehicle/camera are present in the scene and active, a button appears in the GUI to switch between vehicles and cameras Disabling FindCamerasInScene and FindVehiclesInScene allows you to associate cameras and vehicles manually via the Cameras and Vehicles lists |
CMoreMountains.HighroadEngine.FaderManager | Handles all GUI effects and changes |
CMoreMountains.HighroadEngine.GravityManager | Modifies the scene's gravity This allows for fine tuning of the vehicle's physics By default the value is earth gravity * 3 |
CMoreMountains.HighroadEngine.InputManager | This persistent singleton handles the inputs and sends commands to the active players |
CMoreMountains.HighroadEngine.LoadingSceneManager | A class used to load new scenes while displaying a loading screen |
CMoreMountains.HighroadEngine.LocalLobbyGameUI | This class manages game scene choice and game state in the local lobby scene. |
CMoreMountains.HighroadEngine.LocalLobbyPlayerUI | This class manages a player on the lobby/menu screen. Implements IActorInput interface for UI manipulation |
CMoreMountains.HighroadEngine.OnlineLobbyMatchEntry | Online lobby match entry UI element. Used to join a specific match in matchmaking |
CMoreMountains.HighroadEngine.OnlineLobbySdkBroker | Online lobby sdk broker. Manages the various online sdk that Highroad Engine supports, to avoid duplicating scenes. Will destroy itself once setup is done. |
CMoreMountains.HighroadEngine.OnlineLobbyUI | References to the various UI elements in the online lobby scene |
CMoreMountains.HighroadEngine.OnlineSdkBroker | Online sdk broker. Manages the various online sdk that Highroad Engine supports, to avoid duplicating scenes. Will destroy itself once setup is done. |
CMoreMountains.HighroadEngine.PunLobbyManager | |
CMoreMountains.HighroadEngine.PunLobbyPlayer | This class manages the player state in the lobby. |
CMoreMountains.HighroadEngine.PunRaceManager | If the game is an online PUN Game, this class overrides methods from Race Manager to manage specific online parts. In case of local mode, this class is automatically disabled. |
CMoreMountains.HighroadEngine.PunVehicleController | Network vehicle controller. In charge of the network manager for players in game |
CMoreMountains.HighroadEngine.RaceManager | Race manager. Class in charge of the cars instantiation, camera, ranking and UI. Have a look at the Start() method for race initialisation and Update() for game management. |
CMoreMountains.HighroadEngine.SkidmarksManager | This class handles mesh generation for skidmarks, for all vehicles in the scene. You just have to put an instance of it in your scene. Note : this class is inspired by the Unity Car Tutorial skidmarks script, and optimized to improve performance. |
►CMoreMountains.HighroadEngine.SolidBehaviourExtender | A utility class allowing you to extend the behaviour of a Solid vehicle. For example to add lights, skidmarks management, etc. You just have to implement the update and initialization if necessary. |
CMoreMountains.HighroadEngine.SolidObstacleParticlesEmitter | This class handles particle emission when colliding with something |
CMoreMountains.HighroadEngine.SolidSmokesBehaviour | This class handles smoke emission when the gas pedal is on |
CMoreMountains.HighroadEngine.SolidSoundBehaviour | This class handles vehicle's sound : motor sound and crash sound |
CMoreMountains.HighroadEngine.SolidWheelBehaviour | This class handles physics behaviour (suspension mostly) and wheel display based on current vehicle dynamics |
CMoreMountains.HighroadEngine.SolidWheelSkidmarks | This class handles skidmarks production for a wheel attached to a SolidWheel |
CMoreMountains.HighroadEngine.SoundManager | This persistent singleton handles sound playing |
CMoreMountains.HighroadEngine.StartScreen | Simple class to allow the player to select a scene on the start screen |
CMoreMountains.HighroadEngine.TouchZone | Add this component to a GUI button to have it act as a proxy for a certain action on touch devices. Detects press down, press up, and continuous press. These are really basic mobile/touch controls. I believe that for infinite runners they're sufficient. |
CMoreMountains.HighroadEngine.VehicleAI | Manages the driving with a simple AI : the AI follows each AIWaypoint in their order |
CMoreMountains.HighroadEngine.VehicleInformation | Simple class to store vehicle info shown in the lobby |
CMoreMountains.HighroadEngine.Waypoints | Manages waypoints of the AI. The AI will follow each point of the items collection in order and loops. |
CMoreMountains.Tools.AIAction | Actions are behaviours and describe what your character is doing. Examples include patrolling, shooting, jumping, etc. |
CMoreMountains.Tools.AIBrain | the AI brain is responsible from going from one state to the other based on the defined transitions. It's basically just a collection of states, and it's where you'll link all the actions, decisions, states and transitions together. |
CMoreMountains.Tools.AIDecision | Decisions are components that will be evaluated by transitions, every frame, and will return true or false. Examples include time spent in a state, distance to a target, or object detection within an area.
|
CMoreMountains.Tools.LightController | A class used to control the intensity of a light |
CMoreMountains.Tools.MMAchievementDisplayItem | This class is used to display an achievement. Add it to a prefab containing all the required elements listed below. |
CMoreMountains.Tools.MMAchievementDisplayer | A class used to display the achievements on screen. The AchievementDisplayItems will be parented to it, so it's better if it has a LayoutGroup (Vertical or Horizontal) too. |
CMoreMountains.Tools.MMAchievementRules | That class is meant to be extended to implement the achievement rules specific to your game. |
CMoreMountains.Tools.MMActivationOnStart | Use this class to enable or disable other gameobjects automatically on Start or Awake |
CMoreMountains.Tools.MMAdditiveSceneLoadingManager | A class to load scenes using a loading screen instead of just the default API This is a new version of the classic LoadingSceneManager (now renamed to MMSceneLoadingManager for consistency) |
CMoreMountains.Tools.MMAnimationCurveGenerator | This class will let you create and save a .curves asset in the specified path This asset will include curves (anti or not) from the MMTween library, to use anywhere animation curves are required |
CMoreMountains.Tools.MMAnimationParameter | A helper class that will hash a animation parameter and update it on demand |
CMoreMountains.Tools.MMAnimatorMirror | This class will let you mirror the behaviour of an Animator's parameters on a Source Animator onto the ones of a Target Animator. Target will mirror Source. Only the parameters existing on both Target and Source will be considered, you'll need to have the same on both before entering runtime. |
CMoreMountains.Tools.MMApplicationPlatformActivation | Add this class to a gameobject, and it'll enable/disable it based on platform context, using Application.platform to detect the platform |
CMoreMountains.Tools.MMApplicationQuit | A super simple mono you can add to an object to call its Quit method, which will force the application to quit. |
CMoreMountains.Tools.MMArray | Array helpers |
CMoreMountains.Tools.MMAspectRatioSafeZones | A class to handle the automatic display of safe zones for the different ratios setup in the inspector |
CMoreMountains.Tools.MMAudioAnalyzer | This component lets you pick an audio source (either global : the whole scene's audio, a unique source, or the microphone), and will cut it into chunks that you can then use to emit beat events, that other objects can consume and act upon. The sample interval is the frequency at which sound will be analyzed, the amount of spectrum samples will determine the accuracy of the sampling, the window defines the method used to reduce leakage, and the number of bands will determine in how many bands you want to cut the sound. The more bands, the more levers you'll have to play with afterwards. In general, for all of these settings, higher values mean better quality and lower performance. The buffer speed determines how fast buffered band levels readjust. |
CMoreMountains.Tools.MMAudioListener | A simple component that will ensure (if put on ALL audio listeners in your game) that you never see a "There are two audio listeners in the scene" warning again. |
CMoreMountains.Tools.MMAutoDestroyParticleSystem | Add this class to a ParticleSystem so it auto destroys once it has stopped emitting. Make sure your ParticleSystem isn't looping, otherwise this script will be useless |
CMoreMountains.Tools.MMAutoExecution | This simple class lets you trigger Unity events automatically, on Awake, Enable, Disable, Start, or on instantiate For that last one, you'll want to send a "OnInstantiate" message when instantiating this object |
CMoreMountains.Tools.MMAutoOrderInLayer | Add this component to an object to have it pick a new order in layer on start, useful to have unique sorting layer numbers |
CMoreMountains.Tools.MMAutoRotate | Add this class to a GameObject to make it rotate on itself |
CMoreMountains.Tools.MMBezierLineRenderer | Add this class to a line renderer and it'll add control points that let you turn your line into a bezier curve |
CMoreMountains.Tools.MMBillboard | Add this class to an object (usually a sprite) and it'll face the camera at all times |
CMoreMountains.Tools.MMBoundsExtensions | Bounds helpers |
CMoreMountains.Tools.MMCameraAspectRatio | Forces an aspect ratio on a camera |
CMoreMountains.Tools.MMCameraFog | Add this class to a camera (or any object) and it will override fog settings when active |
CMoreMountains.Tools.MMChangeFogColor | Adds this class to a UnityStandardAssets.ImageEffects.GlobalFog to change its color Why this is not native, I don't know. |
►CMoreMountains.Tools.MMCinemachineZone | An abstract class that lets you define a zone that, when entered, enables a virtual camera, and takes care of all the boilerplate setup |
CMoreMountains.Tools.MMCinemachineZone2D | 2D Implementation of the CinemachineZone abstract class |
CMoreMountains.Tools.MMCinemachineZone3D | 3D Implementation of the CinemachineZone abstract class |
CMoreMountains.Tools.MMCleanEmptyFolders | A maintenance class that removes all empty directories from a project via a menu item |
CMoreMountains.Tools.MMCleanupMissingScripts | This class lets you clean all missing scripts on a selection of gameobjects |
CMoreMountains.Tools.MMConditionalActivation | Add this component to a gameobject, and it'll let you enable target monos after all other targets have been disabled |
CMoreMountains.Tools.MMConeOfVision | This class will create a cone of vision defined by an angle and a distance around a point. It will look for targets within that field, and draw a mesh to show the cone of vision initially inspired by this great tutorial by Sebastian Lague : https://www.youtube.com/watch?v=rQG9aUWarwE - check out his tutorials, they're amazing! |
CMoreMountains.Tools.MMConeOfVision2D | |
CMoreMountains.Tools.MMConsole | This class displays an on-screen console for easier debugging DO NOT ADD THIS CLASS AS A COMPONENT. Instead, use the MMDebug.DebugOnScreen methods that will take care of everything |
CMoreMountains.Tools.MMControlsTestInputManager | This persistent singleton handles the inputs and sends commands to the player in the MMControls demo, its sole purpose is to output debug logs of the various interactions with the demo's inputs |
CMoreMountains.Tools.MMCountdown | |
CMoreMountains.Tools.MMCursorVisible | Add this class to an object and it'll make sure that the cursor is either visible or invisible |
CMoreMountains.Tools.MMDebugController | Add this class to an empty object in your scene and it'll act as a point of control to enable or disable logs and debug draws |
CMoreMountains.Tools.MMDebugMenu | A debug menu helper, meant to help create quick mobile friendly debug menus |
CMoreMountains.Tools.MMDebugMenuButtonEventListener | A class used to listen to button events from a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuCheckboxEventListener | A class used to listen to events from a MMDebugMenu's checkbox |
CMoreMountains.Tools.MMDebugMenuCommands | Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method |
CMoreMountains.Tools.MMDebugMenuDebugTab | A class used to handle the display of a debug log tab in a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemButton | A class used to bind a button to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemCheckbox | A class used to bind a checkbox to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemChoices | A class used to bind a Choice menu item to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemSlider | A class used to bind a slider to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemText | A class used to bind a text item to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemTitle | A class used to bind a title item to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuItemValue | A class used to bind a value item to a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuSliderEventListener | A class used to listen to slider events from a MMDebugMenu |
►CMoreMountains.Tools.MMDebugMenuSpriteReplace | A class to add to an image to have it act like a button with a different sprite for on and off states |
CMoreMountains.Tools.MMDebugMenuRadioButton | A class to handle radio buttons. To group them, just use the same RadioButtonGroupName string for all radio buttons in the group |
CMoreMountains.Tools.MMDebugMenuTab | A class used to handle the display of a tab in a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuTabContents | A class used to describe tab contents |
CMoreMountains.Tools.MMDebugMenuTabManager | A class used to keep track of tabs and their contents in a MMDebugMenu |
CMoreMountains.Tools.MMDebugMenuTestClass | A simple test class used in the MMDebugMenu demo scene to shake a few values and output them in the debug on screen console |
CMoreMountains.Tools.MMDebugOnScreenConsole | |
CMoreMountains.Tools.MMDebugTouchDisplay | Add this class to a canvas and it'll automatically reposition TouchPrefabs at the position of touches You can set a higher TouchProvision if your game gets more than the default number (6) simultaneous touches Disable/enable this mono for it to stop/work |
CMoreMountains.Tools.MMDelayParticles | MM delay particles. |
CMoreMountains.Tools.MMDontDestroyOnLoad | Add this component to an object and it'll persist across scenes |
CMoreMountains.Tools.MMFPSCounter | Add this class to a gameObject with a Text component and it'll feed it the number of FPS in real time. |
CMoreMountains.Tools.MMFPSUnlock | Add this component to any object and it'll set the target frame rate and vsync count. Note that vsync count must be 0 for the target FPS to work. |
CMoreMountains.Tools.MMFaceDirection | Use this script to have a Transform automatically face a certain direction, whether its own movement direction, or a specific target Transform |
CMoreMountains.Tools.MMFader | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
CMoreMountains.Tools.MMFaderDirectional | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. This specific fader will move from left to right, right to left, top to bottom or bottom to top |
CMoreMountains.Tools.MMFaderRound | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly. |
►CMoreMountains.Tools.MMFloatingText | A class used to handle the movement and behaviour of floating texts, usually used to display damage text. This is designed to be spawned by a MMFloatingTextSpawner, not used on its own. It also requires a specific hierarchy. You'll find examples of it in the MMTools/Tools/MMFloatingText/Prefabs folder |
CMoreMountains.Tools.MMFloatingTextMeshPro | A floating text variant using TextMeshPro instead of regular TextMesh |
CMoreMountains.Tools.MMFollowTarget | Add this component to an object and it'll get moved towards the target at update, with or without interpolation based on your settings |
CMoreMountains.Tools.MMGetFocusOnEnable | Add this bar to an object and link it to a bar (possibly the same object the script is on), and you'll be able to resize the bar object based on a current value, located between a min and max value. See the HealthBar.cs script for a use case |
CMoreMountains.Tools.MMGhostCamera | Add this class to a camera and you'll be able to pilot it using the horizontal/vertical axis, and up/down controls set via its inspector. It's got an activation button, a run button, and an option to slow down time (this will require a MMTimeManager present in the scene) |
►CMoreMountains.Tools.MMGyroscope | |
CMoreMountains.Tools.MMGyroParallax | Add this class to a camera rig (an empty object), bind some Cinemachine virtual cameras to it, and they'll move around the specified object as your gyro powered device moves |
CMoreMountains.Tools.MMHealthBar | Add this component to an object and it will show a healthbar above it You can either use a prefab for it, or have the component draw one at the start |
CMoreMountains.Tools.MMImage | Image helpers |
CMoreMountains.Tools.MMInput | Input helpers |
CMoreMountains.Tools.MMInputExecution | A simple class used to bind target keys to specific events to trigger when the key is pressed or released |
CMoreMountains.Tools.MMLineRendererCircle | |
CMoreMountains.Tools.MMLineRendererDriver | This component, added to a line renderer, will let you fill a list of transforms, and bind their positions to the linerenderer's positions. |
CMoreMountains.Tools.MMLoadScene | Add this component on an object, specify a scene name in its inspector, and call LoadScene() to load the desired scene. |
CMoreMountains.Tools.MMLockInspector | A simple class that lets you lock the current inspector by pressing ctrl (or cmd) + L Pressing the same shortcut again unlocks the |
CMoreMountains.Tools.MMMeshToPolygonCollider2D | A class that lets you create polygon collider 2D out of mesh filters |
►CMoreMountains.Tools.MMMonoBehaviour | |
CMoreMountains.Tools.FloatController | A class used to control a float in any other class, over time To use it, simply drag a monobehaviour in its target field, pick a control mode (ping pong or random), and tweak the settings |
CMoreMountains.Tools.MMFloatingTextSpawner | This class will let you pool, recycle and spawn floating texts, usually to show damage info. It requires as input a MMFloatingText object. |
CMoreMountains.Tools.MMProgressBar | Add this bar to an object and link it to a bar (possibly the same object the script is on), and you'll be able to resize the bar object based on a current value, located between a min and max value. See the HealthBar.cs script for a use case |
CMoreMountains.Tools.MMRadioBroadcaster | A class used to broadcast a level to MMRadioReceiver(s), either directly or via events It can read from pretty much any value on any class |
CMoreMountains.Tools.MMRadioReceiver | A class used to receive level values from a MMRadioBroadcaster, and apply it to (almost) any value on any object |
CMoreMountains.Tools.ShaderController | A class used to control a float in any other class, over time To use it, simply drag a monobehaviour in its target field, pick a control mode (ping pong or random), and tweak the settings |
►CMoreMountains.Tools.MMObjectBounds | |
CMoreMountains.Tools.MMPoolableObject | Add this class to an object that you expect to pool from an objectPooler. Note that these objects can't be destroyed by calling Destroy(), they'll just be set inactive (that's the whole point). |
CMoreMountains.Tools.MMObjectPool | |
►CMoreMountains.Tools.MMObjectPooler | A base class, meant to be extended depending on the use (simple, multiple object pooler), and used as an interface by the spawners. Still handles common stuff like singleton and initialization on start(). DO NOT add this class to a prefab, nothing would happen. Instead, add SimpleObjectPooler or MultipleObjectPooler. |
CMoreMountains.Tools.MMMultipleObjectPooler | This class allows you to have a pool of various objects to pool from. |
CMoreMountains.Tools.MMSimpleObjectPooler | A simple object pool outputting a single type of objects |
CMoreMountains.Tools.MMObservableDemoObserver | A test class used to demonstrate the MMObservable in the MMObservableTest demo scene
|
CMoreMountains.Tools.MMObservableDemoObserverAutoSleep | A test class used to demonstrate the MMObservable pattern in the MMObservableDemo scene This one disables itself on Awake, and passively listens for changes, even when disabled |
CMoreMountains.Tools.MMObservableDemoSubject | A test class used to demonstrate how MMObservable works in the MMObservableTest demo scene
|
CMoreMountains.Tools.MMOffsetAnimation | Use this class to offset an animation by a random range |
CMoreMountains.Tools.MMOnMouse | Attach this class to a collider and it'll let you trigger events when the user clicks/drags/enters/etc that collider |
CMoreMountains.Tools.MMOpenURL | A class used to open a URL specified in its inspector |
CMoreMountains.Tools.MMOrbitalCamera | A class used to make a camera orbit around a target |
CMoreMountains.Tools.MMPSBToUIConverter | |
CMoreMountains.Tools.MMPanningTexture | Use this class on a sprite or mesh to have its texture pan according to the specified speed You can also force a sorting layer name |
CMoreMountains.Tools.MMParallaxUI | Use this class to bind a number of UI layers to the movements of a mouse cursor, or a mobile device gyroscope, or even have it be piloted by another script By setting different speed/amplitude values for each of your UI layers, you'll be able to create a nice parallax effect |
CMoreMountains.Tools.MMParentingOnStart | This component lets you parent the transform you put it on to any target parent (or to the root if none is set), on Awake, Start or anytime you call its Parent() method |
CMoreMountains.Tools.MMPath | Add this component to an object and you'll be able to define a path, that can then be used by another component |
CMoreMountains.Tools.MMPathMovement | Add this component to an object and it'll be able to move along a path defined from its inspector. |
CMoreMountains.Tools.MMPeriodicExecution | This class will let you trigger a OnRandomInterval event periodically, at random intervals |
CMoreMountains.Tools.MMPersistentHumbleSingleton< T > | Persistent humble singleton, basically a classic singleton but will destroy any other older components of the same type it finds on awake |
CMoreMountains.Tools.MMPersistentSingleton< T > | Persistent singleton. |
CMoreMountains.Tools.MMPlatformActivation | Add this class to a gameobject, and it'll enable/disable it based on platform context, using conditional defintions to do so |
CMoreMountains.Tools.MMPlaylist | Use this class to play audiosources (usually background music but feel free to use that for anything) in sequence, with optional crossfade between songs |
CMoreMountains.Tools.MMPlaylistRemote | A class used to pilot a MMPlaylist |
CMoreMountains.Tools.MMPlotter | |
CMoreMountains.Tools.MMPlotterAxis | |
CMoreMountains.Tools.MMPlotterGenerator | |
CMoreMountains.Tools.MMPositionRecorder | Add this class on a Transform, and it'll record its position periodically The Positions array can then be read from anywhere to know where that object was in the past |
CMoreMountains.Tools.MMPostProcessingMovingFilter | |
CMoreMountains.Tools.MMPreventPassingThrough | Prevents fast moving objects from going through colliders by casting a ray backwards after each movement |
CMoreMountains.Tools.MMPreventPassingThrough2D | Prevents fast moving objects from going through colliders by casting a ray backwards after each movement |
CMoreMountains.Tools.MMPreventPassingThrough3D | Prevents fast moving objects from going through colliders by casting a ray backwards after each movement |
CMoreMountains.Tools.MMProgressBarDemoAuto | |
CMoreMountains.Tools.MMRadialProgressBar | Add this class to a radial image and it'll allow you to control its fill amount This is a legacy class, and it's recommended to use MMProgressBar instead, it'll provide the same functionality (make sure you pick FillAmount as the FillMode) and much more options, such as delayed bars, events, bump, and more! |
►CMoreMountains.Tools.MMRadioSignal | A class used to define a signal, meant to be broadcasted by a MMRadioBroadcaster It'll output a Level value to broadcast, using one time, persistent or driven modes
Meant to be extended |
CMoreMountains.Tools.MMRadioSignalAudioAnalyzer | A class used to expose a beat level from a target MMAudioAnalyzer, to be broadcasted by a MMAudioBroadcaster |
CMoreMountains.Tools.MMRadioSignalGenerator | A class used to generate signals, normalized values between 0 and 1 You can then use these values from a MMRadioBroadcaster, or simply evaluate its value to use wherever you want, like a supercharged animation curve. In that case, simply disable the component, and read from it using its Evaluate method |
CMoreMountains.Tools.MMRagdoller | Use this class to pilot a ragdoll on a character that is usually driven by an animator and have it fall elegantly If you have parts of your ragdoll that you don't want to be affected by this script (a weapon for example), just add a MMRagdollerIgnore component to them |
CMoreMountains.Tools.MMRagdollerIgnore | Add this class to objects you'd like to be unaffected by the MMRagdoller (like weapons for example) |
CMoreMountains.Tools.MMRandomBoundsInstantiator | This class lets you randomly spawn objects within its bounds (defined by a 3D collider) |
CMoreMountains.Tools.MMRandomInstantiator | Add this class to an empty object, bind a few prefabs into its RandomPool slots, and it'll instantiate one of them at its position/rotation on Start or Awake You can also call its InstantiateRandomObject method at any time, and it'll instantiate another random object on demand, potentially destroying the previous one if you decide so |
CMoreMountains.Tools.MMRendererSortingLayer | |
CMoreMountains.Tools.MMRigidbodyCenterOfMass | Add this class to a Rigidbody or Rigidbody2D to be able to edit its center of mass from the inspector directly |
CMoreMountains.Tools.MMRigidbodyInterface | This class acts as an interface to allow the demo levels to work whether the environment (colliders, rigidbodies) are set as 2D or 3D. If you already know for sure that you're going for a 2D or 3D game, I suggest you replace the use of this class with the appropriate classes. |
CMoreMountains.Tools.MMRuntimeParticleControl | Add this class to a particle system at runtime, and it'll expose controls to play/pause/stop it from the inspector Because Unity's built-in controls somehow lack pause when in play mode |
CMoreMountains.Tools.MMSaveLoadTester | A simple class used in the MMSaveLoadTestScene to test the MMSaveLoadManager class |
CMoreMountains.Tools.MMSceneLoadingImageProgress | A very simple class, meant to be used within a MMSceneLoading screen, to update the fill amount of an Image based on loading progress |
CMoreMountains.Tools.MMSceneLoadingManager | A class to load scenes using a loading screen instead of just the default API This class used to be known as LoadingSceneManager, and has now been renamed to MMSceneLoadingManager for consistency |
CMoreMountains.Tools.MMSceneLoadingTextProgress | A very simple class, meant to be used within a MMSceneLoading screen, to update a Text based on loading progress |
CMoreMountains.Tools.MMSceneName | This component, when added on a Text component, will display the name of the level |
CMoreMountains.Tools.MMSceneRestarter | This component lets you restart a scene by pressing a key |
CMoreMountains.Tools.MMSceneViewIcon | Add this class to a gameobject and it'll display its name on the scene view, selected or not. |
CMoreMountains.Tools.MMScreenshot | Add this class to an empty game object in your scene and it'll let you take screenshots (meant to be used in Editor) |
CMoreMountains.Tools.MMSelectionBase | Add this component to an object and it'll always get selection in scene view, even if you select one of its children |
CMoreMountains.Tools.MMSingleton< T > | Singleton pattern. |
CMoreMountains.Tools.MMSliderStep | Add this class to a UI slider and it'll let you trigger events when the cursor moves past a certain step |
CMoreMountains.Tools.MMSpawnAroundTester | A tester class used to show how the MMSpawnAround class can be used |
CMoreMountains.Tools.MMSquashAndStretch | This component will automatically update scale and rotation Put it one level below the top, and have the model one level below that Hierarchy should be as follows : |
CMoreMountains.Tools.MMStayInPlace | This class forces a transform to stay at a fixed position, rotation and/or scale. |
CMoreMountains.Tools.MMStopMotionAnimation | |
CMoreMountains.Tools.MMSwipeZone | Add a swipe manager to your scene, and it'll trigger MMSwipeEvents everytime a swipe happens. From its inspector you can determine the minimal length of a swipe. Shorter swipes will be ignored |
CMoreMountains.Tools.MMTilemap | A collection of helper methods for interacting with Tilemaps |
CMoreMountains.Tools.MMTilemapBoolean | |
CMoreMountains.Tools.MMTilemapCleaner | A super simple component you can add to a tilemap to get a button to clean it from all tiles |
CMoreMountains.Tools.MMTilemapGenerator | This class will fill a tilemap with the data generated by the combination of its layers |
CMoreMountains.Tools.MMTilemapShadow | A class to put on a tilemap so it acts as a shadow/copy of another reference tilemap. Useful for wall shadows for example. Offsetting the tilemap and changing its sorting order etc is done via the regular components |
CMoreMountains.Tools.MMTime | Time helpers |
CMoreMountains.Tools.MMTimedActivation | Add this component to an object and it'll be auto destroyed X seconds after its Start() |
CMoreMountains.Tools.MMTimedDestruction | Add this component to an object and it'll be auto destroyed X seconds after its Start() |
CMoreMountains.Tools.MMToggleActive | This very simple class simply exposes a method to toggle the GameObject it's on (or a target one if left empty in the inspector) active or inactive |
CMoreMountains.Tools.MMTouchAxis | Add this component to a GUI Image to have it act as an axis. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTouchButton | Add this component to a GUI Image to have it act as a button. Bind pressed down, pressed continually and released actions to it from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTouchControls | |
CMoreMountains.Tools.MMTouchJoystick | Joystick input class. In charge of the behaviour of the joystick mobile touch input. Bind its actions from the inspector Handles mouse and multi touch |
CMoreMountains.Tools.MMTrailRendererSortingLayer | |
CMoreMountains.Tools.MMTransformRandomizer | Add this component to an object to randomize its position/rotation/scale on demand or automatically |
CMoreMountains.Tools.MMTriggerAndCollision | |
CMoreMountains.Tools.MMTween | The formulas described here are (loosely) based on Robert Penner's easing equations http://robertpenner.com/easing/ I recommend reading this blog post if you're interested in the subject : http://blog.moagrius.com/actionscript/jsas-understanding-easing/ |
CMoreMountains.Tools.MMTwoSidedUI | This class lets you define an axis on which to flip a "two sided" UI element (made of two separate and usually aligned objects, effectively turning each side on/off everytime the container's scale goes above/below a certain threshold |
CMoreMountains.Tools.MMViewportEdgeTeleporter | Add this class to an object and it will automatically teleport to the other end of the screen when reaching the screen's edges |
CMoreMountains.Tools.MMVisibleParticle | Adds this class to particles to force their sorting layer |
CMoreMountains.Tools.SelectionBase | Add this component to an object and it'll always get selection in scene view, even if you select one of its children |
CMoreMountains.Tools.TransformController | A simple class used to control properties on a transform |
CMoreMountains.HighroadEngine.OnlineLobbyProxy | Online lobby proxy. Various Networking solutions will register themselves to this instance because they all must implement IGenericNetworkedLobbyManager interface |
CMoreMountains.Tools.MMParallaxUI.ParallaxLayer | A class used to store layer settings |
CMoreMountains.Tools.PlatformBindings | A class used to store bindings |
►CPropertyAttribute | |
CMoreMountains.Tools.MMBackgroundColorAttribute | |
CMoreMountains.Tools.MMColorAttribute | |
CMoreMountains.Tools.MMConditionAttribute | |
CMoreMountains.Tools.MMDropdownAttribute | |
CMoreMountains.Tools.MMEnumConditionAttribute | An attribute to conditionnally hide fields based on the current selection in an enum. Usage : [MMEnumCondition("rotationMode", (int)RotationMode.LookAtTarget, (int)RotationMode.RotateToAngles)] |
CMoreMountains.Tools.MMHiddenAttribute | |
CMoreMountains.Tools.MMInformationAttribute | |
CMoreMountains.Tools.MMInspectorButtonAttribute | |
CMoreMountains.Tools.MMInspectorGroupAttribute | An attribute used to group inspector fields under common dropdowns Implementation inspired by Rodrigo Prinheiro's work, available at https://github.com/RodrigoPrinheiro/unityFoldoutAttribute |
CMoreMountains.Tools.MMReadOnlyAttribute | |
CMoreMountains.Tools.MMReadOnlyWhenPlayingAttribute | |
CMoreMountains.Tools.MMReorderableAttributeAttribute | |
CMoreMountains.Tools.MMVectorAttribute | |
►CPropertyDrawer | |
CMoreMountains.Tools.AIActionPropertyInspector | |
CMoreMountains.Tools.AITransitionPropertyInspector | |
CMoreMountains.Tools.MMBackgroundColorAttributeDrawer | |
CMoreMountains.Tools.MMColorAttributeDrawer | |
CMoreMountains.Tools.MMConditionAttributeDrawer | |
CMoreMountains.Tools.MMDropdownAttributeDrawer | |
CMoreMountains.Tools.MMEnumConditionAttributeDrawer | |
CMoreMountains.Tools.MMHiddenAttributeDrawer | |
CMoreMountains.Tools.MMLayerPropertyDrawer | |
►CMoreMountains.Tools.MMPropertyPickerDrawer | |
CMoreMountains.Tools.MMPropertyEmitterDrawer | |
CMoreMountains.Tools.MMPropertyReceiverDrawer | |
CMoreMountains.Tools.MMReadOnlyAttributeDrawer | |
CMoreMountains.Tools.MMTweenTypeDrawer | |
CMoreMountains.Tools.MMVectorLabelsAttributeDrawer | |
CMoreMountains.Tools.ReorderableDrawer | |
CMoreMountains.Tools.RagdollBodyPart | A class used to store ragdoll body parts informations |
CMoreMountains.Tools.Ratio | A class to store ratio display info |
CMoreMountains.Tools.MMConeOfVision2D.RaycastData | |
CMoreMountains.Tools.MMConeOfVision.RaycastData | A struct to store raycast data |
►CScriptableObject | |
CMoreMountains.Tools.MMAchievementList | A scriptable object containing a list of achievements. You need to create one and store it in a Resources folder for this to work. |
CMoreMountains.Tools.MMDebugMenuData | A data class used to store the contents of a debug menu |
CMoreMountains.Tools.MMLootTableGameObjectSO | A scriptable object containing a MMLootTable definition for game objects |
CMoreMountains.Tools.MMSoundManagerSettingsSO | A class to save sound settings (music on or off, sfx on or off) |
CMoreMountains.HighroadEngine.SkidmarksManager.Section | Mark's section, used to store the mesh data |
CMoreMountains.Tools.SerializedMMAchievement | A serializable class used to store an achievement into a save file |
CMoreMountains.Tools.SerializedMMAchievementManager | Serializable MM achievement manager. |
►CStateMachineBehaviour | |
CMoreMountains.Tools.MMAnimationModifier | Add this script to an animation in Mecanim and you'll be able to control its start position and speed |
►CUnityEvent | |
CMoreMountains.Tools.AxisEvent | |
CMoreMountains.Tools.JoystickEvent | |
CMoreMountains.Tools.MMDButtonPressedEvent | An event fired when a button gets pressed in a MMDebugMenu |
CMoreMountains.Tools.MMDCheckboxFalseEvent | |
CMoreMountains.Tools.MMDCheckboxPressedEvent | |
CMoreMountains.Tools.MMDCheckboxTrueEvent | |
CMoreMountains.Tools.MMDSliderValueChangedEvent | |
CMoreMountains.Tools.MMRadioSignalOnValueChange | |
CMoreMountains.Tools.ProgressEvent | |
CMoreMountains.Tools.SwipeEvent | |