![]() |
Inventory Engine
v4.1
|
▼NMoreMountains | |
►NFeedbacks | |
CMMFreezeFrameEvent | |
CMMTimeManager | Put this component in your scene and it'll catch MMFreezeFrameEvents and MMTimeScaleEvents, allowing you to control the flow of time |
CMMTimeScaleEvent | |
CTimeScaleProperties | The different settings you can play with on a time scale event |
►NInventoryEngine | |
CArmorItem | Demo class for an example armor item |
CBaseItem | Base item class, to use when your object doesn't do anything special |
CBombItem | Demo class for a bomb item |
CChangeLevel | Demo class to go from one level to another |
CDemoCharacterInputManager | A very simple input manager to handle the demo character's input and make it move |
CEventTester | This class shows examples of how you can listen to MMInventoryEvents, from any class |
CHealthBonusItem | Demo class for a health item |
CInventory | Base inventory class |
CInventoryCharacterIdentifier | When working in a multiplayer context, add this class to characters that can pick items and ItemPickers will automatically send items to the right PlayerID |
CInventoryCounterDisplay | Use this class to display the total quantity of one or more given items in one or more given inventories |
CInventoryDemoCharacter | Demo character controller, very basic stuff |
CInventoryDemoGameManager | An example of a game manager, the only significant part being how we trigger in a single place the load of all inventories, in the Start method |
CInventoryDemoStorageBox | This class shows a simple example of a storage box, that will display a target inventory when the Player character is on top of it, and close it when the character exits the zone |
CInventoryDetails | A class used to display an item's details in GUI |
►CInventoryDisplay | A component that handles the visual representation of an Inventory, allowing the user to interact with it |
CItemQuantity | |
CInventoryDisplayEditor | Custom editor for the InventoryDisplay component |
CInventoryDisplayGrid | The class used to reference the grid component of an InventoryDisplay |
CInventoryDisplayTitle | The class used to reference the title component of an InventoryDisplay |
CInventoryEditor | Custom editor for the Inventory component |
CInventoryEngineMenu | Adds a dedicated InventoryEngine menu into the top bar More Mountains entry |
CInventoryHotbar | Special kind of inventory display, with a dedicated key associated to it, to allow for shortcuts for use and equip |
►CInventoryInputActions | This class lets you bind keys to specific slots in a target inventory, and associate an action to execute when that key is pressed |
CInventoryInputActionsBindings | A class used to store slot / key / action bindings |
CInventoryInputManager | Example of how you can call an inventory from your game |
CInventoryItem | Base class for inventory items, meant to be extended |
CInventoryItemDisplayProperties | |
CInventoryItemEditor | Custom editor for the InventoryItem component |
CInventorySelectionMarker | This class handles the selection marker, that will mark the currently selected slot |
CInventorySlot | This class handles the display of the items in an inventory and will trigger the various things you can do with an item (equip, use, etc.) |
CInventorySlotEditor | |
CInventorySoundPlayer | A component that will handle the playing of songs when paired with an InventoryDisplay |
CInventoryTester | This test class lets you play with the Inventory API |
CItemPicker | Add this component to an object so it can be picked and added to an inventory |
CMMInventoryEvent | Inventory events are used throughout the Inventory Engine to let other interested classes know that something happened to an inventory |
CPickableInventoryItemEditor | Pickable inventory item editor |
CPixelRogueDemoResetAll | A very small class used to reset inventories and persistence data in the PixelRogue demos |
CSerializedInventory | Serialized class to help store / load inventories from files |
CWeaponItem | Demo class for a weapon item |
►NTools | |
CAIAction | Actions are behaviours and describe what your character is doing |
CAIActionPropertyInspector | |
CAIActionsList | |
CAIBrain | the AI brain is responsible from going from one state to the other based on the defined transitions |
CAIBrainEditor | |
CAIDecision | Decisions are components that will be evaluated by transitions, every frame, and will return true or false |
CAIState | A State is a combination of one or more actions, and one or more transitions |
CAIStateEvent | |
CAITransition | Transitions are a combination of one or more decisions and destination states whether or not these transitions are true or false |
CAITransitionPropertyInspector | |
CAITransitionsList | |
CBeat | |
CDictionaryStringSceneData | A serializable class used to store scene data, the key is a string (the scene name), the value is a MMPersistencySceneData |
CDictionaryStringString | A serializable class used to store object data, the key is a string (the object name), the value is a string (the object data) |
CEventRegister | Static class that allows any class to start or stop listening to events |
CFloatController | 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 |
CFloatControllerEditor | Custom editor for the FloatController, conditional hiding and dropdown fill |
CFogSettings | A simple class used to store fog properties |
CGameObjectExtensions | Game object extensions |
CIMMPersistent | An interface classes that want to be saved by the MMPersistencyManager need to implement |
CIMMSaveLoadManagerMethod | An interface to implement save and load using different methods (binary, json, etc) |
CLayermaskExtensions | Layermask Extensions |
CLightController | A class used to control the intensity of a light |
CListExtensions | List extensions |
CMMAchievement | |
CMMAchievementChangedEvent | |
CMMAchievementList | A scriptable object containing a list of achievements |
CMMAchievementListInspector | Custom inspector for the MMAchievementList scriptable object |
CMMAchievementManager | This static class is in charge of storing the current state of the achievements, unlocking/locking them, and saving them to data files |
CMMAchievementMenu | |
CMMAchievementRules | That class is meant to be extended to implement the achievement rules specific to your game |
CMMAchievementUnlockedEvent | An event type used to broadcast the fact that an achievement has been unlocked |
CMMActivationOnStart | Use this class to enable or disable other gameobjects automatically on Start or Awake |
CMMAdditiveSceneLoadingManager | 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) |
CMMAdditiveSceneLoadingManagerSettings | A simple class used to store additive loading settings |
CMMAim | |
CMMAnimationCurveGenerator | 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 |
CMMAnimationCurves | |
CMMAnimationModifier | Add this script to an animation in Mecanim and you'll be able to control its start position and speed |
CMMAnimationParameter | A helper class that will hash a animation parameter and update it on demand |
CMMAnimatorExtensions | Animator extensions |
►CMMAnimatorMirror | This class will let you mirror the behaviour of an Animator's parameters on a Source Animator onto the ones of a Target Animator |
CMMAnimatorMirrorBind | Struct used to store bindings |
CMMApplicationPlatformActivation | Add this class to a gameobject, and it'll enable/disable it based on platform context, using Application.platform to detect the platform |
CMMApplicationQuit | A super simple mono you can add to an object to call its Quit method, which will force the application to quit |
CMMArray | Array helpers |
CMMArrayExtensions | Array extensions |
CMMAspectRatioSafeZones | A class to handle the automatic display of safe zones for the different ratios setup in the inspector |
CMMAspectRatioSafeZonesEditor | Custom editor for the MMScreenSafeZones component |
CMMAudioAnalyzer | 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 |
CMMAudioEvents | |
CMMAudioListener | 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 |
CMMAutoDestroyParticleSystem | Add this class to a ParticleSystem so it auto destroys once it has stopped emitting |
CMMAutoExecution | 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 |
CMMAutoExecutionItem | A data class to store auto execution info to be used in MMAutoExecution |
CMMAutoOrderInLayer | Add this component to an object to have it pick a new order in layer on start, useful to have unique sorting layer numbers |
CMMAutoRotate | Add this class to a GameObject to make it rotate on itself |
CMMAutoRotateEditor | Custom editor for the MMAutoRotate component |
CMMBackgroundColorAttribute | |
CMMBackgroundColorAttributeDrawer | |
CMMBeatEvent | An event you can listen to that will get automatically triggered for every remapped beat |
CMMBezierLineRenderer | Add this class to a line renderer and it'll add control points that let you turn your line into a bezier curve |
CMMBillboard | Add this class to an object (usually a sprite) and it'll face the camera at all times |
CMMBoundsExtensions | Bounds helpers |
CMMCameraAspectRatio | Forces an aspect ratio on a camera |
CMMCameraExtensions | Camera extensions |
CMMCameraFog | Add this class to a camera and it will override fog settings when active |
CMMChangeFogColor | Adds this class to a UnityStandardAssets.ImageEffects.GlobalFog to change its color Why this is not native, I don't know |
CMMCinemachineZone | An abstract class that lets you define a zone that, when entered, enables a virtual camera, and takes care of all the boilerplate setup |
CMMCinemachineZone2D | 2D Implementation of the CinemachineZone abstract class |
CMMCinemachineZone3D | 3D Implementation of the CinemachineZone abstract class |
CMMCircularList | A improved list that lets you parse it and automatically have it loop to the start or end when you reach the end or start To use it : set the CurrentIndex to whatever you want, then use IncrementCurrentIndex / DecrementCurrentIndex to move it, get the current element via Current |
CMMCleanEmptyFolders | A maintenance class that removes all empty directories from a project via a menu item |
CMMCleanupMissingScripts | This class lets you clean all missing scripts on a selection of gameobjects |
CMMColorAttribute | |
CMMColorAttributeDrawer | |
CMMColorExtensions | Color extensions |
CMMColors | Color helpers |
CMMConditionalActivation | Add this component to a gameobject, and it'll let you enable target monos after all other targets have been disabled |
CMMConditionAttribute | |
CMMConditionAttributeDrawer | |
►CMMConeOfVision | This class will create a cone of vision defined by an angle and a distance around a point |
CMeshEdgePosition | |
CRaycastData | A struct to store raycast data |
►CMMConeOfVision2D | |
CMeshEdgePosition | |
CRaycastData | |
CMMConeOfVision2DInspector | |
CMMConeOfVisionInspector | |
CMMConsole | This class displays an on-screen console for easier debugging DO NOT ADD THIS CLASS AS A COMPONENT |
CMMCooldown | 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 |
CMMCoroutine | |
CMMCursorVisible | Add this class to an object and it'll make sure that the cursor is either visible or invisible |
CMMDButtonPressedEvent | An event fired when a button gets pressed in a MMDebugMenu |
CMMDCheckboxFalseEvent | |
CMMDCheckboxPressedEvent | |
CMMDCheckboxTrueEvent | |
►CMMDebug | Debug helpers |
CDebugLogItem | A struct used to store log items |
CMMDebugLogEvent | An event used to broadcast debug logs |
CMMDebugController | 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 |
CMMDebugEditor | An editor class used to display menu items |
CMMDebugLogCommandArgumentCountAttribute | An attribute to add to static methods to they can be called via the MMDebugMenu's command line |
CMMDebugLogCommandAttribute | An attribute to add to static methods to they can be called via the MMDebugMenu's command line |
CMMDebugMenuButtonEvent | An event used to broadcast button events from a MMDebugMenu |
CMMDebugMenuButtonEventListener | A class used to listen to button events from a MMDebugMenu |
CMMDebugMenuCheckboxEvent | An event used to broadcast checkbox events from a MMDebugMenu |
CMMDebugMenuCheckboxEventListener | A class used to listen to events from a MMDebugMenu's checkbox |
CMMDebugMenuCommands | Command lines to be run from the MMDebugMenu To add new ones, add the [MMDebugLogCommand] attribute to any static method |
CMMDebugMenuSliderEvent | An event used to broadcast slider events from a MMDebugMenu |
CMMDebugMenuSliderEventListener | A class used to listen to slider events from a MMDebugMenu |
CMMDebugTouchDisplay | 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 |
CMMDelayParticles | MM delay particles |
CMMDictionaryExtensions | Dictionary extensions |
CMMDontDestroyOnLoad | Add this component to an object and it'll persist across scenes |
CMMDropdownAttribute | |
CMMDropdownAttributeDrawer | |
CMMDSliderValueChangedEvent | |
CMMEmmiterReceiver | This component lets you very easily have one property drive the value of another property |
CMMEnumConditionAttribute | An attribute to conditionnally hide fields based on the current selection in an enum |
CMMEnumConditionAttributeDrawer | |
CMMEventListener | A public interface you'll need to implement for each type of event you want to listen to |
CMMEventListenerBase | Event listener basic interface |
CMMEventListenerWrapper | |
CMMEventManager | This class handles event management, and can be used to broadcast events throughout the game, to tell one class (or many) that something's happened |
CMMExecutionOrderAttribute | Add this attribute to a class and its Execution Order will be changed to the value specified in parameters Usage : [ExecutionOrder(66)] |
CMMFaceDirection | Use this script to have a Transform automatically face a certain direction, whether its own movement direction, or a specific target Transform |
CMMFadeEvent | Events used to trigger faders on or off |
CMMFadeInEvent | |
CMMFadeOutEvent | |
CMMFader | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly |
CMMFaderDirectional | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly |
CMMFaderRound | The Fader class can be put on an Image, and it'll intercept MMFadeEvents and turn itself on or off accordingly |
CMMFadeStopEvent | An event used to stop fades |
CMMFloatExtensions | Float extensions |
CMMFollowTarget | Add this component to an object and it'll get moved towards the target at update, with or without interpolation based on your settings |
CMMFPSUnlock | Add this component to any object and it'll set the target frame rate and vsync count |
CMMGameEvent | MMGameEvents are used throughout the game for general game events (game started, game ended, life lost, etc.) |
CMMGameEventListener | Add this component to an object, and it'll let you easily trigger UnityEvents when the event of the specified name is triggered |
►CMMGeometry | A helper class to handle geometry related operations |
CMMEdge | |
CMMGizmo | Add this component to an object and it'll let you display a gizmo for its position or collider, and an optional text |
CMMGizmoEditor | a custom editor for the MMGizmo component |
CMMGridGenerator | |
CMMGridGeneratorFull | Generates a grid of the specified size, either entirely full or empty |
CMMGridGeneratorPath | Generates a grid with a path in the specified direction |
CMMGridGeneratorPerlinNoise | Generates a grid of the specified size based on a seeded perlin noise, the smaller the seed, the blockier the grid |
CMMGridGeneratorPerlinNoiseGround | Generates a grid with a ground floor |
CMMGridGeneratorRandom | Generates a simple grid filled with random points |
CMMGridGeneratorRandomWalk | Generates a grid with a path carved by a drunkard walk algorithm See http://pcg.wikidot.com/pcg-algorithm:drunkard-walk |
CMMGridGeneratorRandomWalkAvoider | Generates a grid with a path carved by a drunkard walk algorithm that will avoid another grid's walls |
CMMGridGeneratorRandomWalkGround | Uses random walk to generate a ground with controlled elevation |
CMMGroupSelection | A class used to add a menu item and a shortcut to group objects together under a parent game object |
CMMGUI | |
CMMGyroCam | A class used to store gyro properties per camera |
CMMGyroParallax | 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 |
CMMGyroscope | |
CMMHealthBar | 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 |
CMMHelpers | Various helpers |
CMMHiddenAttribute | |
CMMHiddenAttributeDrawer | |
CMMHiddenPropertiesAttribute | |
CMMImage | Image helpers |
CMMInformationAttribute | |
►CMMInput | Input helpers |
CIMButton | IM button, short for InputManager button, a class used to handle button states, whether mobile or actual keys |
CMMInputExecution | A simple class used to bind target keys to specific events to trigger when the key is pressed or released |
CMMInputExecutionBinding | A class used to store MMInputExecution bindings, associating a target keycode to UnityEvents |
CMMInspectorButtonAttribute | |
CMMInspectorButtonBarAttribute | |
CMMInspectorGroupAttribute | An attribute used to group inspector fields under common dropdowns Implementation inspired by Rodrigo Prinheiro's work, available at https://github.com/RodrigoPrinheiro/unityFoldoutAttribute |
CMMInspectorGroupData | |
CMMInterval | |
CMMIStateMachine | Public interface for the state machine |
CMMLayer | |
CMMLayerPropertyDrawer | |
CMMLayers | |
CMMLineRendererCircle | |
CMMLineRendererDriver | This component, added to a line renderer, will let you fill a list of transforms, and bind their positions to the linerenderer's positions |
CMMLoadScene | Add this component on an object, specify a scene name in its inspector, and call LoadScene() to load the desired scene |
CMMLockInspector | A simple class that lets you lock the current inspector by pressing ctrl (or cmd) + L Pressing the same shortcut again unlocks the |
CMMLoot | A class defining the contents of a MMLootTable |
CMMLootFloat | a MMLoot implementation for floats |
CMMLootGameObject | a MMLoot implementation for gameobjects |
CMMLootString | a MMLoot implementation for strings |
CMMLootTable | 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/ |
CMMLootTableFloat | A MMLootTable implementation for floats |
CMMLootTableGameObject | A MMLootTable implementation for GameObjects |
CMMLootTableGameObjectSO | A scriptable object containing a MMLootTable definition for game objects |
CMMLootTableString | A MMLootTable implementation for strings |
CMMMaths | Math helpers |
CMMMenuHelp | This class adds a MoreMountains entry in Unity's top menu, allowing to enable/disable the help texts from the engine's inspectors |
CMMMeshToPolygonCollider2D | A class that lets you create polygon collider 2D out of mesh filters |
CMMMonoBehaviour | |
CMMMonoBehaviourFieldInfo | |
CMMMonoBehaviourUITKEditor | |
CMMMovement | Movement helpers |
CMMMultipleObjectPooler | This class allows you to have a pool of various objects to pool from |
CMMMultipleObjectPoolerObject | Multiple object pooler object |
CMMNavMeshAreaMaskAttribute | |
CMMObjectBounds | |
CMMObjectPool | |
CMMObjectPooler | A base class, meant to be extended depending on the use (simple, multiple object pooler), and used as an interface by the spawners |
CMMObservable | This struct lets you declare observable properties |
CMMObservableDemoObserver | A test class used to demonstrate the MMObservable in the MMObservableTest demo scene |
CMMObservableDemoObserverAutoSleep | 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 |
CMMObservableDemoSubject | A test class used to demonstrate how MMObservable works in the MMObservableTest demo scene |
CMMOffsetAnimation | Use this class to offset an animation by a random range |
CMMOnMouse | Attach this class to a collider and it'll let you trigger events when the user clicks/drags/enters/etc that collider |
CMMOpenURL | A class used to open a URL specified in its inspector |
CMMOrbitalCamera | A class used to make a camera orbit around a target |
CMMPanningTexture | 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 |
►CMMParallaxUI | 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 |
CParallaxLayer | A class used to store layer settings |
CMMParentingOnStart | 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 |
►CMMPath | Add this component to an object and you'll be able to define a path, that can then be used by another component |
CData | A data structure |
CMMPathMovement | Add this component to an object and it'll be able to move along a path defined from its inspector |
CMMPathMovementElement | This class describes a node on an MMPath |
CMMPeriodicExecution | This class will let you trigger a OnRandomInterval event periodically, at random intervals |
CMMPersistenceEvent | A data structure used to store persistence event data |
CMMPersistenceManager | Add this component to a scene and it'll let you save and load the state of objects that implement the IMMPersistent interface You can create your own classes that implement this interface, or use the MMPersistent class that comes with this package It will save their transform data (position, rotation, scale) and their active state Triggering save and load is done via events, and the manager also emits events every time data is loaded or saved |
CMMPersistenceManagerData | A serializable class used to store all the data for a persistence manager, a collection of scene datas |
CMMPersistenceSceneData | A serializable class used to store all the data for a scene, a collection of object datas |
►CMMPersistent | A persistent class that can save the essential parts of an object : its transform data (position, rotation, scale) and its active state This inherits from MMPersistentBase and implements the IMMPersistent interface It's a good example of how to implement the interface's OnSave and OnLoad methods |
CComponentData | |
CData | A struct used to store and serialize the data we want to save |
CMMPersistentBase | A base class implementing the IMMPersistent interface, designed to be extended This mostly takes care of the GUID generation and validation |
CMMPersistentHumbleSingleton | Persistent humble singleton, basically a classic singleton but will destroy any other older components of the same type it finds on awake |
CMMPersistentSingleton | Persistent singleton |
CMMPlatformActivation | Add this class to a gameobject, and it'll enable/disable it based on platform context, using conditional defintions to do so |
CMMPlaylist | Use this class to play audiosources (usually background music but feel free to use that for anything) in sequence, with optional crossfade between songs |
CMMPlaylistChangeEvent | |
CMMPlaylistNewSongStartedEvent | |
CMMPlaylistPauseEvent | |
CMMPlaylistPitchMultiplierEvent | |
CMMPlaylistPlayEvent | This class stores all the info related to items in a playlist |
CMMPlaylistPlayIndexEvent | |
CMMPlaylistPlayNextEvent | |
CMMPlaylistPlayPreviousEvent | |
CMMPlaylistRemote | A class used to pilot a MMPlaylist |
CMMPlaylistSong | |
CMMPlaylistStopEvent | |
CMMPlaylistVolumeMultiplierEvent | |
CMMPlotter | |
CMMPlotterAxis | |
CMMPlotterEditor | 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 |
CMMPlotterGenerator | |
CMMPoolableObject | Add this class to an object that you expect to pool from an objectPooler |
CMMPositionRecorder | 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 |
CMMPreventPassingThrough | Prevents fast moving objects from going through colliders by casting a ray backwards after each movement |
CMMPreventPassingThrough2D | Prevents fast moving objects from going through colliders by casting a ray backwards after each movement |
CMMPreventPassingThrough3D | Prevents fast moving objects from going through colliders by casting a ray backwards after each movement |
CMMProgressBar | 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 |
CMMProgressBarDemoAuto | |
CMMProperty | |
CMMPropertyEmitter | A class used to pick a property, and remap its value for emission/broadcast |
CMMPropertyEmitterDrawer | |
CMMPropertyLink | A class, meant to be extended, used to control a MMProperty and get/set its value |
CMMPropertyLinkBool | Bool property setter |
CMMPropertyLinkColor | Color property setter |
CMMPropertyLinkFloat | Float property setter |
CMMPropertyLinkInt | Int property setter |
CMMPropertyLinkQuaternion | Quaternion property setter |
CMMPropertyLinkString | String property setter |
CMMPropertyLinkVector2 | Vector2 property setter |
CMMPropertyLinkVector3 | Vector3 property setter |
CMMPropertyLinkVector4 | |
CMMPropertyPicker | A class used to pick a property on a target object / component / scriptable object |
►CMMPropertyPickerDrawer | |
CPropertyPickerViewData | |
CMMPropertyReceiver | A class used to pick a property and modify its value |
CMMPropertyReceiverDrawer | |
CMMRadioBroadcaster | 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 |
CMMRadioLevelEvent | A struct event used to broadcast the level to channels |
CMMRadioReceiver | A class used to receive level values from a MMRadioBroadcaster, and apply it to (almost) any value on any object |
CMMRadioSignal | 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 |
CMMRadioSignalAudioAnalyzer | A class used to expose a beat level from a target MMAudioAnalyzer, to be broadcasted by a MMAudioBroadcaster |
CMMRadioSignalEditor | |
CMMRadioSignalGenerator | 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 |
CMMRadioSignalGeneratorEditor | |
CMMRadioSignalGeneratorItem | A class used to store generator items and their properties |
CMMRadioSignalGeneratorItemList | A reorderable list type used to store generator items |
CMMRadioSignalOnValueChange | |
CMMRagdoller | 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 |
CMMRagdollerIgnore | Add this class to objects you'd like to be unaffected by the MMRagdoller (like weapons for example) |
CMMRandomBoundsInstantiator | This class lets you randomly spawn objects within its bounds (defined by a 3D collider) |
CMMRandomInstantiator | 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 |
CMMReadOnlyAttribute | |
CMMReadOnlyAttributeDrawer | |
CMMReadOnlyWhenPlayingAttribute | |
CMMRectTransformExtensions | RectTransform extensions |
CMMReferencedScriptableObject | Auto-referenced ScriptableObject instances of type T An example usage for ReferenceHolder<T> that can be used with any class type |
CMMReferenceHolder | |
CMMRendererLayerEditor | |
CMMRendererSortingLayer | |
CMMReorderableArray | |
CMMReorderableAttributeAttribute | |
CMMReorderableList | |
CMMRequiresConstantRepaintAttribute | |
CMMRequiresConstantRepaintOnlyWhenPlayingAttribute | |
CMMRigidbodyCenterOfMass | Add this class to a Rigidbody or Rigidbody2D to be able to edit its center of mass from the inspector directly |
CMMRigidbodyInterface | This class acts as an interface to allow the demo levels to work whether the environment (colliders, rigidbodies) are set as 2D or 3D |
CMMRuntimeParticleControl | 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 |
CMMSaveLoadManager | Allows the save and load of objects in a specific folder and file |
CMMSaveLoadManagerEncrypter | This class implements methods to encrypt and decrypt streams |
CMMSaveLoadManagerMethod | This component, on Awake or on demand, will force a SaveLoadMethod on the MMSaveLoadManager, changing the way it saves data to file |
CMMSaveLoadManagerMethodBinary | This save load method saves and loads files as binary files |
CMMSaveLoadManagerMethodBinaryEncrypted | This save load method saves and loads files as encrypted binary files |
CMMSaveLoadManagerMethodJson | |
CMMSaveLoadManagerMethodJsonEncrypted | |
CMMSaveLoadMenu | Adds a dedicated Tools menu into the top bar More Mountains entry to delete all saved data |
CMMSaveLoadTester | A simple class used in the MMSaveLoadTestScene to test the MMSaveLoadManager class |
CMMSaveLoadTestObject | A test object to store data to test the MMSaveLoadManager class |
CMMScene | Scene management helpers |
CMMSceneLoadingAntiSpill | 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 |
►CMMSceneLoadingManager | 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 |
CLoadingSceneEvent | |
CMMSceneLoadingSpeedInterval | A class used to define different interpolation speeds for specific progress intervals |
CMMSceneRestarter | This component lets you restart a scene by pressing a key |
CMMSceneViewIcon | Add this class to a gameobject and it'll display its name on the scene view, selected or not |
CMMScreenshot | Add this class to an empty game object in your scene and it'll let you take screenshots (meant to be used in Editor) |
CMMScreenshotEditor | |
CMMSelectionBase | Add this component to an object and it'll always get selection in scene view, even if you select one of its children |
CMMSerializableDictionary | A serializable dictionary implementation, as Unity still can't serialize Dictionaries natively |
CMMSerializedPropertyExtensions | Serialized property extensions |
CMMSfxEvent | A struct used to trigger sounds |
CMMShufflebag | A class to use to get more controlled randomness, taking values out of the bag randomly, and never getting them again |
CMMSignal | This class lets you output the value corresponding to one of the basic signal types it contains |
CMMSimpleObjectPooler | A simple object pool outputting a single type of objects |
CMMSingleton | Singleton pattern |
CMMSMPlaylist | |
CMMSMPlaylistManager | |
CMMSMPlaylistSong | A definition of a song, a part of a MMSM Playlist |
CMMSoundManager | A simple yet powerful sound manager, that will let you play sounds with an event based approach and performance in mind |
CMMSoundManagerAllSoundsControlEvent | This event will let you pause/play/stop/free all sounds playing through the MMSoundManager at once |
CMMSoundManagerAudioPool | This class manages an object pool of audiosources |
CMMSoundManagerEvent | This event will let you trigger a save/load/reset on the MMSoundManager settings |
CMMSoundManagerPlayOptions | A class used to store options for MMSoundManager play |
CMMSoundManagerSettings | This class stores MMSoundManager settings and lets you tweak them from the MMSoundManagerSettingsSO's inspector |
CMMSoundManagerSettingsSO | A class to save sound settings (music on or off, sfx on or off) |
CMMSoundManagerSound | A simple struct used to store information about the sounds played by the MMSoundManager |
CMMSoundManagerSoundControlEvent | An event used to control a specific sound on the MMSoundManager |
CMMSoundManagerSoundFadeEvent | This event will let you pause |
CMMSoundManagerSoundPlayEvent | This event will let you play a sound on the MMSoundManager |
CMMSoundManagerTrackEvent | This feedback will let you mute, unmute, play, pause, stop, free or set the volume of a selected track |
CMMSoundManagerTrackFadeEvent | This event will let you order the MMSoundManager to fade an entire track's sounds' volume towards the specified FinalVolume |
CMMSpawnAround | This static class is a spawn helper, useful to randomize position, rotation and scale when you need to instantiate objects |
CMMSpawnAroundProperties | This class is used to describe spawn properties, to be used by the MMSpawnAround class |
CMMSpawnAroundTester | A tester class used to show how the MMSpawnAround class can be used |
CMMSpeedTest | Use this class to run performance tests in your code |
CMMSpeedTestItem | A struct to store data associated to speed tests |
CMMSquashAndStretch | 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 : |
CMMStateChangeEvent | |
CMMStateMachine | StateMachine manager, designed with simplicity in mind (as simple as a state machine can be anyway) |
CMMStayInPlace | This class forces a transform to stay at a fixed position, rotation and/or scale |
CMMStopMotionAnimation | |
CMMString | String helpers |
CMMTilemap | A collection of helper methods for interacting with Tilemaps |
CMMTilemapBoolean | |
CMMTilemapCleaner | A super simple component you can add to a tilemap to get a button to clean it from all tiles |
CMMTilemapGenerator | This class will fill a tilemap with the data generated by the combination of its layers |
CMMTilemapGeneratorEditor | Custom editor for the MMTilemapGenerator, handles generate button and reorderable layers |
►CMMTilemapGeneratorLayer | A class used to store and edit the data of MMTilemapGenerator layers, which you can use and combine to generate unique and random grids |
CMMTilemapGeneratorLayerSafeSpot | A struct used to store safe spots dimensions |
CMMTilemapGeneratorLayerList | A class used to display a reoderable list of MMTilemapGeneratorLayers |
CMMTilemapGridRenderer | |
CMMTilemapShadow | A class to put on a tilemap so it acts as a shadow/copy of another reference tilemap |
CMMTime | Time helpers |
CMMTimedActivation | Add this component to an object and it'll be auto destroyed X seconds after its Start() |
CMMTimedDestruction | Add this component to an object and it'll be auto destroyed X seconds after its Start() |
CMMToggleActive | 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 |
CMMTouchControls | |
CMMTrailRendererLayerEditor | |
CMMTrailRendererSortingLayer | |
CMMTransformRandomizer | Add this component to an object to randomize its position/rotation/scale on demand or automatically |
CMMTransformRandomizerEditor | Custom editor for the MMTransformRandomizer class |
CMMTriggerAndCollision | |
CMMTriggerAndCollisionEditor | |
CMMTriggerAndCollisionFilter | |
CMMTriggerFilter | |
CMMTween | The formulas described here are (loosely) based on Robert Penner's easing equations http://robertpenner.com/easing/ |
CMMTweenDefinitions | |
CMMTweenType | |
CMMTweenTypeDrawer | |
CMMTwoSidedUI | 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 |
CMMUIFollowMouse | This component will let you have a UI object follow the mouse position |
CMMUIToolkit | |
CMMVector2Extensions | Vector2 extensions |
CMMVector3Extensions | Vector3 Extensions |
CMMVector4Extensions | Vector4 Extensions |
CMMVectorAttribute | |
CMMVectorLabelsAttributeDrawer | |
CMMViewportEdgeTeleporter | Add this class to an object and it will automatically teleport to the other end of the screen when reaching the screen's edges |
CMMVisibleParticle | Adds this class to particles to force their sorting layer |
CMonoAttribute | |
CObjectBoundsEditor | |
CPeaksSaver | A static class used to save / load peaks once they've been computed |
CPlatformBindings | A class used to store bindings |
CProgressEvent | |
CRagdollBodyPart | A class used to store ragdoll body parts informations |
CRatio | A class to store ratio display info |
CRectExtensions | Rect extensions |
CRendererExtensions | Renderer extensions |
CReorderableDrawer | |
CSceneViewIconEditor | This class adds names for each LevelMapPathElement next to it on the scene view, for easier setup |
CSelectionBase | Add this component to an object and it'll always get selection in scene view, even if you select one of its children |
CSerializedMMAchievement | A serializable class used to store an achievement into a save file |
CSerializedMMAchievementManager | Serializable MM achievement manager |
CTransformController | A simple class used to control properties on a transform |
CTransformExtensions | Transform extensions |