Examples of plugins that can be imported into your own Space
If you would like to know more about developing your own plugins, you can visit the "Creating Plugins" guide on the developer portal.
NB: When making a pull request into this repo to add a plugin, you are accepting that your plugin will be under an MIT license.
Below is a list of all the current examples and where to find each of them.
Name | Description | Example | Author |
---|---|---|---|
Coin Pickup Game | A game where users can walk over coins to collect them | Here | |
Physics | Allows objects in the space to have physics | Here | |
Popup Message | Displays a message, in a popup, to a user when they enter a space | Here | |
Portal | Allows users to teleport to different areas (within a space) using a portal | Here | |
Spotify | Adds a spotify button to the bottom menu bar | Here | |
Webpack | Demonstrates how webpack can be used to import various packages | Here | |
Gun | Allows users to shoot a shotgun when in First Person view | Here | |
Land Mine | Allows for creation of explosive, proximity-based land mines | Here | |
System Alert | Display a toast message to everyone in the space | Here | |
Text Notification | Allows users to notify space hosts of their arrival into a space | Here | |
Iframe Alert | Displays a custom UI within the space | Here | |
FPS HUD | Shows a health bar and armor in the top-left corner of the screen | Here | |
Spawn | Spawns the user's avatar at a random spawn location within the space | Here | |
Pickups | Various plugins that can be attached to objects and picked up in the space | Here | |
Gun v2 | Updated version of the original gun plugin, which allows users to shoot a shotgun when in First Person view | Here |