CMoreMountains.Tools.AIState | A State is a combination of one or more actions, and one or more transitions |
CMoreMountains.Tools.AIStateEvent | |
CMoreMountains.Tools.AITransition | Transitions are a combination of one or more decisions and destination states whether or not these transitions are true or false |
►CAttribute | |
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.MMHiddenPropertiesAttribute | |
►CAttribute | |
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.MMRequiresConstantRepaintAttribute | |
CMoreMountains.Tools.MMRequiresConstantRepaintOnlyWhenPlayingAttribute | |
CMoreMountains.Tools.Beat | |
►CButton | |
CMoreMountains.InventoryEngine.InventorySlot | 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.) |
►CButtonEditor | |
CMoreMountains.InventoryEngine.InventorySlotEditor | |
CMoreMountains.Tools.MMPersistent.ComponentData | |
CMoreMountains.Tools.MMPath.Data | A data structure |
CMoreMountains.Tools.MMPersistent.Data | A struct used to store and serialize the data we want to save |
CMoreMountains.Tools.MMDebug.DebugLogItem | A struct used to store log items |
►CDictionary | |
CMoreMountains.Tools.MMSerializableDictionary< TKey, TValue > | A serializable dictionary implementation, as Unity still can't serialize Dictionaries natively |
►CEditor | |
CMoreMountains.InventoryEngine.InventoryDisplayEditor | Custom editor for the InventoryDisplay component |
CMoreMountains.InventoryEngine.InventoryEditor | Custom editor for the Inventory component |
CMoreMountains.InventoryEngine.InventoryItemEditor | Custom editor for the InventoryItem component |
CMoreMountains.InventoryEngine.PickableInventoryItemEditor | Pickable inventory item editor |
CMoreMountains.Tools.AIBrainEditor | |
CMoreMountains.Tools.FloatControllerEditor | Custom editor for the FloatController, conditional hiding and dropdown fill |
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 | |
CMoreMountains.Tools.MMGizmoEditor | a custom editor for the MMGizmo component |
CMoreMountains.Tools.MMMonoBehaviourUITKEditor | |
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.EventRegister | Static class that allows any class to start or stop listening to events |
CMoreMountains.Tools.FogSettings | A simple class used to store fog properties |
CMoreMountains.Tools.GameObjectExtensions | Game object extensions |
►CICloneable | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CICollection | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CIDisposable | |
CMoreMountains.Tools.MMEventListenerWrapper< TOwner, TTarget, TEvent > | |
CMoreMountains.Tools.MMReferenceHolder< T > | |
►CIEnumerable | |
CMoreMountains.Tools.MMReorderableArray< T > | |
►CIList | |
CMoreMountains.Tools.MMReorderableArray< T > | |
CMoreMountains.Tools.MMInput.IMButton | IM button, short for InputManager button, a class used to handle button states, whether mobile or actual keys |
►CMoreMountains.Tools.IMMPersistent | An interface classes that want to be saved by the MMPersistencyManager need to implement |
►CMoreMountains.Tools.MMPersistentBase | A base class implementing the IMMPersistent interface, designed to be extended This mostly takes care of the GUID generation and validation |
CMoreMountains.Tools.MMPersistent | 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 |
►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.InventoryEngine.InventoryEngineMenu | Adds a dedicated InventoryEngine menu into the top bar More Mountains entry |
CMoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings | A class used to store slot / key / action bindings |
CMoreMountains.InventoryEngine.InventoryItemDisplayProperties | |
►CISerializationCallbackReceiver | |
CMoreMountains.Tools.MMSerializableDictionary< TKey, TValue > | A serializable dictionary implementation, as Unity still can't serialize Dictionaries natively |
CMoreMountains.InventoryEngine.InventoryDisplay.ItemQuantity | |
CMoreMountains.Tools.LayermaskExtensions | Layermask Extensions |
►CList | |
CMoreMountains.Tools.MMCircularList< T > | 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 |
CMoreMountains.Tools.ListExtensions | List extensions |
CMoreMountains.Tools.MMSceneLoadingManager.LoadingSceneEvent | |
CMoreMountains.Tools.MMConeOfVision.MeshEdgePosition | |
CMoreMountains.Tools.MMConeOfVision2D.MeshEdgePosition | |
CMoreMountains.Tools.MMAchievement | |
CMoreMountains.Tools.MMAchievementChangedEvent | |
CMoreMountains.Tools.MMAchievementManager | This static class is in charge of storing the current state of the achievements, unlocking/locking them, and saving them to data files |
CMoreMountains.Tools.MMAchievementMenu | |
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.MMAnimationCurves | |
CMoreMountains.Tools.MMAnimatorExtensions | Animator extensions |
CMoreMountains.Tools.MMAnimatorMirror.MMAnimatorMirrorBind | Struct used to store bindings |
CMoreMountains.Tools.MMArray | Array helpers |
CMoreMountains.Tools.MMArrayExtensions | Array extensions |
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.MMCameraExtensions | Camera extensions |
CMoreMountains.Tools.MMColorExtensions | Color extensions |
CMoreMountains.Tools.MMColors | Color helpers |
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.MMCoroutine | |
CMoreMountains.Tools.MMDebug | Debug helpers |
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.MMDebugMenuSliderEvent | An event used to broadcast slider events from a MMDebugMenu |
CMoreMountains.Tools.MMDictionaryExtensions | Dictionary extensions |
CMoreMountains.Tools.MMGeometry.MMEdge | |
►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 |
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 |
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 |
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 |
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.InventoryEngine.Inventory | Base inventory class |
CMoreMountains.Tools.MMAchievementRules | That class is meant to be extended to implement the achievement rules specific to your game |
CMoreMountains.Tools.MMGameEventListener | Add this component to an object, and it'll let you easily trigger UnityEvents when the event of the specified name is triggered |
CMoreMountains.Tools.MMPersistenceManager | 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 |
►CMoreMountains.Tools.MMEventListener< MMInventoryEvent > | |
CMoreMountains.InventoryEngine.DemoCharacterInputManager | A very simple input manager to handle the demo character's input and make it move |
CMoreMountains.InventoryEngine.EventTester | This class shows examples of how you can listen to MMInventoryEvents, from any class |
CMoreMountains.InventoryEngine.Inventory | Base inventory class |
CMoreMountains.InventoryEngine.InventoryCounterDisplay | Use this class to display the total quantity of one or more given items in one or more given inventories |
CMoreMountains.InventoryEngine.InventoryDemoCharacter | Demo character controller, very basic stuff |
CMoreMountains.InventoryEngine.InventoryDetails | A class used to display an item's details in GUI |
►CMoreMountains.InventoryEngine.InventoryDisplay | A component that handles the visual representation of an Inventory, allowing the user to interact with it |
CMoreMountains.InventoryEngine.InventoryHotbar | Special kind of inventory display, with a dedicated key associated to it, to allow for shortcuts for use and equip |
CMoreMountains.InventoryEngine.InventoryInputManager | Example of how you can call an inventory from your game |
CMoreMountains.InventoryEngine.InventorySoundPlayer | A component that will handle the playing of songs when paired with an InventoryDisplay |
►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< TEvent > | |
CMoreMountains.Tools.MMEventListenerWrapper< TOwner, TTarget, TEvent > | |
►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.MMEventManager | 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 |
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.MMFloatExtensions | Float extensions |
CMoreMountains.Feedbacks.MMFreezeFrameEvent | |
CMoreMountains.Tools.MMGameEvent | MMGameEvents are used throughout the game for general game events (game started, game ended, life lost, etc.) |
CMoreMountains.Tools.MMGeometry | A helper class to handle geometry related operations
|
►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.MMGUI | |
CMoreMountains.Tools.MMGyroCam | A class used to store gyro properties per camera |
CMoreMountains.Tools.MMHelpers | Various helpers |
CMoreMountains.Tools.MMImage | Image helpers |
CMoreMountains.Tools.MMInputExecutionBinding | A class used to store MMInputExecution bindings, associating a target keycode to UnityEvents |
CMoreMountains.Tools.MMInspectorGroupData | |
CMoreMountains.Tools.MMInterval< T > | |
CMoreMountains.Tools.MMInterval< float > | |
CMoreMountains.InventoryEngine.MMInventoryEvent | Inventory events are used throughout the Inventory Engine to let other interested classes know that something happened to an inventory |
►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) |
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.MMMaths | Math helpers |
CMoreMountains.Tools.MMMenuHelp | This class adds a MoreMountains entry in Unity's top menu, allowing to enable/disable the help texts from the engine's inspectors |
CMoreMountains.Tools.MMMonoBehaviourFieldInfo | |
CMoreMountains.Tools.MMMovement | Movement helpers |
CMoreMountains.Tools.MMMultipleObjectPoolerObject | Multiple object pooler object |
CMoreMountains.Tools.MMObservable< T > | This struct lets you declare observable properties |
CMoreMountains.Tools.MMObservable< float > | |
CMoreMountains.Tools.MMPathMovementElement | This class describes a node on an MMPath |
CMoreMountains.Tools.MMPersistenceEvent | A data structure used to store persistence event data |
CMoreMountains.Tools.MMPersistenceManagerData | A serializable class used to store all the data for a persistence manager, a collection of scene datas |
CMoreMountains.Tools.MMPersistenceSceneData | A serializable class used to store all the data for a scene, a collection of object datas |
►CMoreMountains.Tools.MMPersistentSingleton< MMPersistenceManager > | |
CMoreMountains.Tools.MMPersistenceManager | 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 |
►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.MMPlaylistChangeEvent | |
CMoreMountains.Tools.MMPlaylistNewSongStartedEvent | |
CMoreMountains.Tools.MMPlaylistPauseEvent | |
CMoreMountains.Tools.MMPlaylistPitchMultiplierEvent | |
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.MMPlaylistVolumeMultiplierEvent | |
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.MMRectTransformExtensions | RectTransform extensions |
CMoreMountains.Tools.MMReferenceHolder< MoreMountains.Tools.MMAchievementList > | |
►CMoreMountains.Tools.MMReorderableArray< AIAction > | |
CMoreMountains.Tools.AIActionsList | |
►CMoreMountains.Tools.MMReorderableArray< AITransition > | |
CMoreMountains.Tools.AITransitionsList | |
►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.MMSaveLoadManager | Allows the save and load of objects in a specific folder and file |
►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.MMSaveLoadMenu | Adds a dedicated Tools menu into the top bar More Mountains entry to delete all saved data |
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.MMSceneLoadingSpeedInterval | A class used to define different interpolation speeds for specific progress intervals |
►CMoreMountains.Tools.MMSerializableDictionary< string, MMPersistenceSceneData > | |
CMoreMountains.Tools.DictionaryStringSceneData | A serializable class used to store scene data, the key is a string (the scene name), the value is a MMPersistencySceneData |
►CMoreMountains.Tools.MMSerializableDictionary< string, string > | |
CMoreMountains.Tools.DictionaryStringString | A serializable class used to store object data, the key is a string (the object name), the value is a string (the object data) |
CMoreMountains.Tools.MMSerializedPropertyExtensions | Serialized property extensions |
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 |
►CMoreMountains.Tools.MMSingleton< InventoryDemoGameManager > | |
CMoreMountains.InventoryEngine.InventoryDemoGameManager | 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 |
►CMoreMountains.Tools.MMSingleton< MMTimeManager > | |
CMoreMountains.Feedbacks.MMTimeManager | Put this component in your scene and it'll catch MMFreezeFrameEvents and MMTimeScaleEvents, allowing you to control the flow of time |
CMoreMountains.Tools.MMSMPlaylistSong | A definition of a song, a part of a MMSM Playlist |
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 |
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.MMSpawnAround | This static class is a spawn helper, useful to randomize position, rotation and scale when you need to instantiate objects
|
CMoreMountains.Tools.MMSpawnAroundProperties | This class is used to describe spawn properties, to be used by the MMSpawnAround class |
CMoreMountains.Tools.MMSpeedTest | Use this class to run performance tests in your code |
CMoreMountains.Tools.MMSpeedTestItem | A struct to store data associated to speed tests |
CMoreMountains.Tools.MMStateChangeEvent< T > | |
CMoreMountains.Tools.MMStateMachine< MoreMountains.Tools.MMPlaylist.PlaylistStates > | |
CMoreMountains.Tools.MMStateMachine< PlaylistManagerStates > | |
CMoreMountains.Tools.MMString | String helpers |
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.MMTime | Time helpers |
CMoreMountains.Feedbacks.MMTimeScaleEvent | |
CMoreMountains.Tools.MMTweenDefinitions | |
CMoreMountains.Tools.MMTweenType | |
CMoreMountains.Tools.MMUIToolkit | |
CMoreMountains.Tools.MMVector2Extensions | Vector2 extensions |
CMoreMountains.Tools.MMVector3Extensions | Vector3 Extensions |
CMoreMountains.Tools.MMVector4Extensions | Vector4 Extensions |
CMoreMountains.Tools.MonoAttribute | |
►CMonoBehaviour | |
CMoreMountains.InventoryEngine.ChangeLevel | Demo class to go from one level to another |
CMoreMountains.InventoryEngine.DemoCharacterInputManager | A very simple input manager to handle the demo character's input and make it move |
CMoreMountains.InventoryEngine.EventTester | This class shows examples of how you can listen to MMInventoryEvents, from any class |
CMoreMountains.InventoryEngine.Inventory | Base inventory class |
CMoreMountains.InventoryEngine.InventoryCharacterIdentifier | 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 |
CMoreMountains.InventoryEngine.InventoryCounterDisplay | Use this class to display the total quantity of one or more given items in one or more given inventories |
CMoreMountains.InventoryEngine.InventoryDemoCharacter | Demo character controller, very basic stuff |
CMoreMountains.InventoryEngine.InventoryDemoStorageBox | 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 |
CMoreMountains.InventoryEngine.InventoryDetails | A class used to display an item's details in GUI |
CMoreMountains.InventoryEngine.InventoryDisplay | A component that handles the visual representation of an Inventory, allowing the user to interact with it |
CMoreMountains.InventoryEngine.InventoryDisplayGrid | The class used to reference the grid component of an InventoryDisplay |
CMoreMountains.InventoryEngine.InventoryInputActions | This class lets you bind keys to specific slots in a target inventory, and associate an action to execute when that key is pressed |
CMoreMountains.InventoryEngine.InventoryInputManager | Example of how you can call an inventory from your game |
CMoreMountains.InventoryEngine.InventorySelectionMarker | This class handles the selection marker, that will mark the currently selected slot |
CMoreMountains.InventoryEngine.InventorySoundPlayer | A component that will handle the playing of songs when paired with an InventoryDisplay |
CMoreMountains.InventoryEngine.InventoryTester | This test class lets you play with the Inventory API |
CMoreMountains.InventoryEngine.ItemPicker | Add this component to an object so it can be picked and added to an inventory |
CMoreMountains.InventoryEngine.PixelRogueDemoResetAll | A very small class used to reset inventories and persistence data in the PixelRogue demos |
CMoreMountains.Tools.AIAction | Actions are behaviours and describe what your character is doing |
CMoreMountains.Tools.AIBrain | the AI brain is responsible from going from one state to the other based on the defined transitions |
CMoreMountains.Tools.AIDecision | Decisions are components that will be evaluated by transitions, every frame, and will return true or false |
CMoreMountains.Tools.LightController | A class used to control the intensity of a light |
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.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 |
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.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 |
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 |
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 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 |
CMoreMountains.Tools.MMConeOfVision2D | |
CMoreMountains.Tools.MMConsole | This class displays an on-screen console for easier debugging DO NOT ADD THIS CLASS AS A COMPONENT |
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.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.MMDebugMenuSliderEventListener | A class used to listen to slider events from a MMDebugMenu |
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.MMEmmiterReceiver | This component lets you very easily have one property drive the value of another property |
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.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.MMFPSUnlock | Add this component to any object and it'll set the target frame rate and vsync count |
CMoreMountains.Tools.MMGameEventListener | Add this component to an object, and it'll let you easily trigger UnityEvents when the event of the specified name is triggered |
CMoreMountains.Tools.MMGizmo | Add this component to an object and it'll let you display a gizmo for its position or collider, and an optional text |
►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.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.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.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 |
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.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.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 |
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.MMSMPlaylistManager | |
►CMoreMountains.Tools.MMObjectBounds | |
CMoreMountains.Tools.MMPoolableObject | Add this class to an object that you expect to pool from an objectPooler |
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 |
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.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.MMPersistentBase | A base class implementing the IMMPersistent interface, designed to be extended This mostly takes care of the GUID generation and validation |
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.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.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.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 |
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 |
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.MMSaveLoadManagerMethod | This component, on Awake or on demand, will force a SaveLoadMethod on the MMSaveLoadManager, changing the way it saves data to file |
CMoreMountains.Tools.MMSaveLoadTester | A simple class used in the MMSaveLoadTestScene to test the MMSaveLoadManager class |
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.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.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.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 |
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.MMTouchControls | |
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.MMTriggerAndCollisionFilter | |
CMoreMountains.Tools.MMTriggerFilter | |
CMoreMountains.Tools.MMTween | The formulas described here are (loosely) based on Robert Penner's easing equations http://robertpenner.com/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.MMUIFollowMouse | This component will let you have a UI object follow the mouse position |
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.Tools.MMParallaxUI.ParallaxLayer | A class used to store layer settings |
CMoreMountains.Tools.PeaksSaver | A static class used to save / load peaks once they've been computed |
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 |
CMoreMountains.Tools.MMHiddenAttribute | |
CMoreMountains.Tools.MMInformationAttribute | |
CMoreMountains.Tools.MMInspectorButtonAttribute | |
CMoreMountains.Tools.MMInspectorButtonBarAttribute | |
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.MMNavMeshAreaMaskAttribute | |
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.MMPropertyPickerDrawer.PropertyPickerViewData | |
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 |
CMoreMountains.Tools.RectExtensions | Rect extensions |
CMoreMountains.Tools.RendererExtensions | Renderer extensions |
►CScriptableObject | |
►CMoreMountains.InventoryEngine.InventoryItem | Base class for inventory items, meant to be extended |
CMoreMountains.InventoryEngine.ArmorItem | Demo class for an example armor item |
CMoreMountains.InventoryEngine.BaseItem | Base item class, to use when your object doesn't do anything special |
CMoreMountains.InventoryEngine.BombItem | Demo class for a bomb item |
CMoreMountains.InventoryEngine.HealthBonusItem | Demo class for a health item |
CMoreMountains.InventoryEngine.WeaponItem | Demo class for a weapon item |
CMoreMountains.Tools.MMAchievementList | A scriptable object containing a list of achievements |
CMoreMountains.Tools.MMLootTableGameObjectSO | A scriptable object containing a MMLootTable definition for game objects |
CMoreMountains.Tools.MMReferencedScriptableObject< T > | Auto-referenced ScriptableObject instances of type T An example usage for ReferenceHolder<T> that can be used with any class type |
CMoreMountains.Tools.MMSMPlaylist | |
CMoreMountains.Tools.MMSoundManagerSettingsSO | A class to save sound settings (music on or off, sfx on or off) |
CMoreMountains.InventoryEngine.SerializedInventory | Serialized class to help store / load inventories from files |
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 |
CMoreMountains.Feedbacks.TimeScaleProperties | The different settings you can play with on a time scale event |
CMoreMountains.Tools.TransformExtensions | Transform extensions |
►CUnityEvent | |
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 | |
►CText | |
CMoreMountains.InventoryEngine.InventoryDisplayTitle | The class used to reference the title component of an InventoryDisplay |