# Create

- [Getting Started Building](/create/getting-started-building.md): This doc goes over the steps to creating your first space in Mona!
- [MONA Crash Course](/create/mona-crash-course.md): The MONA Crash Course overview
- [Setting up MONA in Unity](/create/mona-crash-course/setting-up-mona-in-unity.md): This tutorial will cover how to install the right version of Unity and then open the MONA SDK.
- [Introduction to Unity](/create/mona-crash-course/introduction-to-unity.md): This tutorial goes over how to get around Unity if this is your first time using it.
- [Setting up Simple Assets](/create/mona-crash-course/setting-up-simple-assets.md): Setting up assets in Unity to learn the basics of asset creation.
- [Metaverse / WebGL Limitations](/create/mona-crash-course/metaverse-webgl-limitations.md): Considerations to have when making a space using WebGL.
- [Creating 3D Assets](/create/mona-crash-course/creating-3d-assets.md)
- [Applying Materials & Unwrapping UVs](/create/mona-crash-course/applying-materials-and-unwrapping-uvs.md)
- [Importing Assets into Unity](/create/mona-crash-course/importing-assets-into-unity.md): Importing and applying materials to assets in Unity.
- [Adding Colliders](/create/mona-crash-course/adding-colliders.md)
- [Adding Lighting](/create/mona-crash-course/adding-lighting.md)
- [Adding a Custom Skybox](/create/mona-crash-course/adding-a-custom-skybox.md): This tutorial will cover how to customize the skybox.
- [Setting up Canvases](/create/mona-crash-course/setting-up-canvases.md): In this tutorial, we will go over adding canvases to your Mona Space.
- [Uploading to your Wallet](/create/mona-crash-course/uploading-to-your-wallet.md): In this tutorial we will cover how to setup your space on your Mona Wallet.
- [Building Spaces](/create/building-spaces.md): This page goes over a summary of the best way to use the Mona Docs depending on your skill level.
- [Space Limitations](/create/building-spaces/space-limitations.md): This page goes over the limitations that WebGL spaces will have, that will affect how you create your spaces and/or VRM avatars.
- [Create your Space](/create/building-spaces/create-your-space.md)
- [Space Overview](/create/building-spaces/create-your-space/space-overview.md)
- [Colliders](/create/building-spaces/create-your-space/colliders.md): This page will go into Colliders and how to best use them in your space
- [Materials](/create/building-spaces/create-your-space/materials.md): This page goes over the topic of materials and its types.
- [Portals](/create/building-spaces/create-your-space/portals.md): This page goes over the details of Portals and how to set them up.
- [Canvases](/create/building-spaces/create-your-space/canvases.md): This page goes over the topic of canvases
- [Artifacts](/create/building-spaces/create-your-space/artifacts.md): This page will cover Artifacts and how to use them.
- [Add a Custom Skybox](/create/building-spaces/create-your-space/add-a-custom-skybox.md): This section will go over changing the default Unity Skybox to an HDRI image.
- [Test Your Space](/create/building-spaces/create-your-space/test-your-space.md): This page is all about testing your space to see if it works.
- [Troubleshooting](/create/building-spaces/create-your-space/troubleshooting.md): Check out this page for solutions to common issues.
- [Improve your Space](/create/building-spaces/improve-your-space.md)
- [Lightmaps (Unity Lightmapper)](/create/building-spaces/improve-your-space/lightmaps-unity-lightmapper.md): This section will go over lightmapping using the Unity Lightmapper.
- [Light Probes](/create/building-spaces/improve-your-space/light-probes.md): This section goes over Light Probes which help dynamic objects be lit correctly in a baked lighting space.
- [Reflection Probes](/create/building-spaces/improve-your-space/reflection-probes.md): As real time reflections are not possible in WebGL, Reflection Probes offer an alternative allowing you to 'bake' reflections into a space at a low cost to the processing, at the cost of file size.
- [Animation in Unity](/create/building-spaces/improve-your-space/animation-in-unity.md): Animation is a useful tool to bring life to any space. This tutorial will cover some basics for doing so in Unity.
- [Importing Animation](/create/building-spaces/improve-your-space/importing-animation.md): Importing animation into Unity from external applications such as Blender, Maya, 3D Studio MAX, etc. will be covered on this page.
- [Player Property Volumes (PPV's)](/create/building-spaces/improve-your-space/player-property-volumes-ppvs.md): This page will cover everything to do with Player Property Volumes (PPVs).
- [Warp Volumes](/create/building-spaces/improve-your-space/warp-volumes.md)
- [Adding Audio](/create/building-spaces/improve-your-space/adding-audio.md)
- [VRM Switcher](/create/building-spaces/improve-your-space/vrm-switcher.md)
- [Custom Canvases](/create/building-spaces/improve-your-space/custom-canvases.md)
- [Embedded Video](/create/building-spaces/improve-your-space/embedded-video.md)
- [User Interface (UI)](/create/building-spaces/improve-your-space/user-interface-ui.md)
- [Creating Custom Shaders](/create/building-spaces/improve-your-space/creating-custom-shaders.md): This doc goes into how to make custom shaders using the Unity Shader Graph...
- [Imported Assets](/create/building-spaces/improve-your-space/imported-assets.md)
- [Lightmaps (Bakery Asset)](/create/building-spaces/improve-your-space/lightmaps-bakery-asset.md): Bakery is an asset on the Unity store that offers improved, and potentially faster, lightmap baking results in comparison to the Unity Lightmapper.
- [Optimise your Space](/create/building-spaces/optimise-your-space.md)
- [Prefabs](/create/building-spaces/optimise-your-space/prefabs.md)
- [3D Asset Specs](/create/building-spaces/optimise-your-space/3d-asset-specs.md): This page covers optimised asset specs to work across as many platforms as possible...
- [Optimizing your Space](/create/building-spaces/optimise-your-space/optimizing-your-space.md)
- [Adding Interactivity](/create/building-spaces/adding-interactivity.md)
- [Visual Scripting](/create/building-spaces/adding-interactivity/visual-scripting.md)
- [Web Request Node](/create/building-spaces/adding-interactivity/visual-scripting/web-request-node.md): This doc goes over the Unity Web Request Node...
- [Mona Reactor](/create/building-spaces/adding-interactivity/mona-reactor.md): This page goes over what Mona Reactor is and a quick introduction to how it works...
- [Creating Animation](/create/building-spaces/adding-interactivity/mona-reactor/creating-animation.md)
- [Using Animator](/create/building-spaces/adding-interactivity/mona-reactor/using-animator.md)
- [The Reactor Component](/create/building-spaces/adding-interactivity/mona-reactor/the-reactor-component.md)
- [Reactor Overview](/create/building-spaces/adding-interactivity/mona-reactor/reactor-overview.md): Reactor is a beta release of the interaction tools for Mona. It is experimental and will have limited support for now, but if you're willing to get your hands dirty it can make cool stuff!
- [MONA Tools](/create/building-spaces/mona-tools.md)
- [Template Utility](/create/building-spaces/mona-tools/template-utility.md)
- [MONA Capture](/create/building-spaces/mona-tools/mona-capture.md): This doc goes over the MONA Capture functionality.
- [Light Probe Generator](/create/building-spaces/mona-tools/light-probe-generator.md)
- [VOX Importer](/create/building-spaces/mona-tools/vox-importer.md)
- [Submit Your Space](/create/building-spaces/submit-your-space.md)
- [Submitting your Space](/create/building-spaces/submit-your-space/submitting-your-space.md)
- [Creating an Image & Video Preview](/create/building-spaces/submit-your-space/creating-an-image-and-video-preview.md): A guide to help record a video render of your Mona Space.
- [QA Process](/create/building-spaces/submit-your-space/qa-process.md): This page will include all you need to know to pass QA...
- [Mint Your Space](/create/building-spaces/submit-your-space/mint-your-space.md): Information about minting inside of Mona.
- [Update your Space](/create/building-spaces/update-your-space.md): From Unity 2020.3.18 to Unity 2022.2.3
- [Frequently Asked Questions](/create/building-spaces/faqs.md)
- [Troubleshooting](/create/building-spaces/troubleshooting.md): FAQs for all issues relating to Spaces
- [Creating Assets](/create/creating-assets.md): Overview of the Mona documentation for Creating Assets ...
- [Asset Requirements](/create/creating-assets/asset-requirements.md): This page describes the specifications for optimized 3D models.
- [3D Asset Types](/create/creating-assets/3d-asset-types.md): Describing the different asset types approach to help reduce drawcalls and filesize while increasing quality and performance.
- [Asset Creation Approaches](/create/creating-assets/asset-creation-approaches.md)
- [Optimizing your Mesh](/create/creating-assets/optimizing-your-mesh.md): This doc is an overview of the documentation within the category covering different ways to optimise your assets.
- [GLB Considerations](/create/creating-assets/glb-considerations.md): This page goes into how to create GLB Materials in Blender including ways to optimise texture to export as glbs...
- [Example - Cyberpunk Car](/create/creating-assets/example-cyberpunk-car.md): This document shows how to make a great asset from start to finish. It's more of a general guide than a step-by-step how-to.
- [Creating Avatars](/create/creating-avatars.md): Custom Avatars using VRM assets.
- [Getting Started with VRM](/create/creating-avatars/getting-started-with-vrm.md)
- [VRM Requirements](/create/creating-avatars/vrm-requirements.md)
- [VRM Creation](/create/creating-avatars/vrm-creation.md)
- [Using Mixamo for Rigging](/create/creating-avatars/vrm-creation/using-mixamo-for-rigging.md)
- [Adding Custom Bones to the Rig (Optional)](/create/creating-avatars/vrm-creation/adding-custom-bones-to-the-rig-optional.md)
- [Creating your Avatar using UniVRM](/create/creating-avatars/creating-your-avatar-using-univrm.md)
- [Importing UniVRM into Unity](/create/creating-avatars/creating-your-avatar-using-univrm/importing-univrm-into-unity.md)
- [Creating the VRM using UniVRM](/create/creating-avatars/creating-your-avatar-using-univrm/creating-the-vrm-using-univrm.md)
- [Adding Spring Bones in UniVRM (Optional)](/create/creating-avatars/creating-your-avatar-using-univrm/adding-spring-bones-in-univrm-optional.md)
- [Creating your Avatar using 'VRM for Blender'](/create/creating-avatars/creating-your-avatar-using-vrm-for-blender.md)
- [Adding 'VRM for Blender' into Blender](/create/creating-avatars/creating-your-avatar-using-vrm-for-blender/adding-vrm-for-blender-into-blender.md)
- [Using 'VRM for Blender' for Rigging](/create/creating-avatars/creating-your-avatar-using-vrm-for-blender/using-vrm-for-blender-for-rigging.md)
- [Adding a Material](/create/creating-avatars/creating-your-avatar-using-vrm-for-blender/adding-a-material.md)
- [Assigning VRM Details](/create/creating-avatars/creating-your-avatar-using-vrm-for-blender/assigning-vrm-details.md)
- [Exporting the Avatar](/create/creating-avatars/creating-your-avatar-using-vrm-for-blender/exporting-the-avatar.md)
- [Uploading your VRM](/create/creating-avatars/uploading-your-vrm.md)
- [Using Avatars in WebAR](/create/creating-avatars/using-avatars-in-webar.md): How to view your avatar in the real world with WebAR...
- [Submitting your VRM to the Mona Marketplace](/create/creating-avatars/submitting-your-vrm-to-the-mona-marketplace.md)
- [Mint Your Avatar](/create/creating-avatars/mint-your-avatar.md): Information about minting avatars on the Mona Marketplace.
- [Troubleshooting](/create/creating-avatars/troubleshooting.md): FAQs for all issues relating to Avatar Creation.
- [Resources](/create/resources.md): Further resources to help you make the best space possible.
- [MONA Claim Asset Requirements](/create/resources/mona-claim-asset-requirements.md)
- [Unity Wallet SDK (Alpha)](/create/resources/unity-wallet-sdk-alpha.md): The Unity Wallet SDK is used to enhance interoperability across the open metaverse.
- [MONA Playground](/create/resources/mona-playground.md): Introducing the MONA Playground for builders to learn from!
- [MONA Tutorials](/create/resources/mona-tutorials.md): Easy to follow tutorials to help you get started building with Mona.
- [Retrowave Modules](/create/resources/mona-tutorials/retrowave-modules.md): Adding interactivity using Reactor.
- [Asset Resources](/create/resources/asset-resources.md): This page will display the Mona Resources needed to create a Mona Space...
- [3rd Party Assets](/create/resources/asset-resources/3rd-party-assets.md): This page will go into the details of 3rd Party Assets in Unity...
- [Textures](/create/resources/asset-resources/textures.md): Download textures for your 3d Metaverse.
- [Shaders](/create/resources/asset-resources/shaders.md): This page will include links to Shaders you can use...
- [3D Assets](/create/resources/asset-resources/3d-assets.md)
- [Audio](/create/resources/asset-resources/audio.md): This page will have Audio Resources you can use...
- [Tools](/create/resources/asset-resources/tools.md): This page has a range of tools that have been found to be useful...
- [Tutorials](/create/resources/asset-resources/tutorials.md): This page will have recommended tutorials by builders...
- [MONA Library](/create/resources/mona-library.md): This page will go into the MONA Library and the Assets that are included...
- [MONA Library Submission](/create/resources/mona-library/mona-library-submission.md): If you are wanting to submit an asset to the Mona Library, this page will go into the best way to do that.
- [Useful Unity Packages](/create/resources/useful-unity-packages.md)
- [Updating the Template SDK](/create/resources/updating-the-template-sdk.md)
- [Importing Mozilla Hubs Spaces to MONA](/create/resources/importing-mozilla-hubs-spaces-to-mona.md): It is possible to port your Mozilla Hubs space into MONA using the MONA SDK and the Exported Hub Space GLB or importing the assets one by one.
- [Importing AltspaceVR spaces to MONA](/create/resources/importing-altspacevr-spaces-to-mona.md)
- [MONA Marketplace](/create/mona-marketplace.md): Buy & Sell your Metaverse Worlds on Monaverse.com.
