Main Page: Difference between revisions
Jump to navigation
Jump to search
m (→Other Concepts: Added lighting and screen effects) |
|||
Line 47: | Line 47: | ||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | <div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | ||
== | == Components == | ||
[[Component|Components]] are blocks of logic that added to [[Gameobject|gameobjects]] to give them unique functionality. | [[Component|Components]] are blocks of logic that added to [[Gameobject|gameobjects]] to give them unique functionality. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 77: | Line 77: | ||
<div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | <div style="border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em"> | ||
== Mod Editor Assets == | == Mod Editor Assets == | ||
[[:Category:Assets|Assets]] are objects used in the creation of mods. | [[:Category:Assets|Assets]] are objects used in the creation of mods. |
Revision as of 03:53, 5 December 2022
Welcome to the Pummel Party Mod Editor Documentation
Using the Mod Editor you can create your own Minigames and Board Maps for Pummel Party.
Getting started
Information
Tutorials
Mod Editor Windows
Learn about the different windows that make up the Mod Editor.
Primary Windows | Hierarchy Window - Inspector Window - Scene View - Asset Browser - Log Window |
Other Windows | Mod Validator Window - Publish Window - Published Mods Window |
Other Concepts
These are some other miscellaneous concepts that are useful to know when creating mods.
Components
Components are blocks of logic that added to gameobjects to give them unique functionality.
Gameplay | |
General | Mover - Simple Animator |
Minigame only | Item - AI Navigation Node - Logic - Player Spawn - Spawner - Trigger - Weapon |
Board only | Board Space - Board Space Event |
Rendering | Light - Line Renderer - Mesh Renderer - Particle System - Prop - Text - Water |
Audio | Audio Source |
Physics | Box Collider - Capsule Collider - Mesh Collider - Sphere Collider |
Other | Transform - Prefab Instance - Note |
Mod Editor Assets
Assets are objects used in the creation of mods.
Assets | Mesh Asset - Texture Asset - Audio Clip Asset - Material Asset - Prefab Asset |
Importing Assets | Importing Audio - Importing Images - Importing Models |
Actions
Actions are used with gameplay components to perform tasks whenever an event is fired.