add create new page |
Added a missing section (object). |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 11: | Line 11: | ||
=== 3D Model === | === 3D Model === | ||
* Box | * Box: Spawns a box using a [[BoxMesh (Component) | BoxMesh]] | ||
* Capsule | * Capsule: Spawns a capsule using a [[CapsuleMesh (Component) | CapsuleMesh]] | ||
* Cone | * Cone: Spawns a cone using a [[ConeMesh (Component) | ConeMesh]] | ||
* Cylinder | * Cylinder: Spawns a cylinder using a [[CylinderMesh (Component) | CylinderMesh]] | ||
* Grid | * Grid: Spawns a grid using a [[GridMesh (Component) | GridMesh]] | ||
* Quad | * Quad: Spawns a quad using a [[QuadMesh (Component) | QuadMesh]] | ||
* Sphere | * Sphere: Spawns a sphere using a [[SphereMesh (Component) | SphereMesh]] | ||
* Torus | * Torus: Spawns a torus using a [[TorusMesh (Component) | TorusMesh]] | ||
* Triangle | * Triangle: Spawns a triangle using a [[TriangleMesh (Component) | TriangleMesh]] | ||
=== Collider === | === Collider === | ||
* Box | * Box: Spawns a [[BoxCollider (Component) | BoxCollider]] | ||
* Capsule | * Capsule: Spawns a [[CapsuleCollider (Component) | CapsuleCollider]] | ||
* Cone | * Cone: Spawns a [[ConeCollider (Component) | ConeCollider]] | ||
* Cylinder | * Cylinder: Spawns a [[CylinderCollider (Component) | CylinderCollider]] | ||
* Mesh | * Mesh: Spawns a [[MeshCollider (Component) | MeshCollider]] | ||
* Sphere | * Sphere: Spawns a [[SphereCollider (Component) | SphereCollider]] | ||
=== Editor === | === Editor === | ||
Line 42: | Line 42: | ||
* [[World Configuration]] | * [[World Configuration]] | ||
* [[World Permission Controller]] | * [[World Permission Controller]] | ||
=== Light === | |||
You can create three types of light, just like with the [[Light Tool | light tool]]. | |||
* '''Directional''': Acts as a sun | |||
* '''Point''': Point light mode will let you create point light orbs by clicking primary. | |||
* '''Spot''': Spot will allow you to create spot light cones by clicking primary. | |||
=== Materials === | |||
This category allows you to create any of the [[:Category:Materials | materials]] available in Resonite. | |||
=== Object === | |||
* '''[[Fog Volume]]''': Give a choice to make an <code>Additive</code>, <code>Alpha</code>, <code>Gradient</code>, and <code>Multiplicative</code> volume. | |||
* '''[[Legacy UI]]''': Shows options for the old platform's UI, such as buttons, check boxes, panels, radios, sliders, text fields, and much more. | |||
* '''[[Avatar Creator]]''': Creates an avatar creator from this menu. | |||
* '''[[Component:Camera|Camera]]''': Creates a camera object (A [[Slot]] with a [[Component:Camera|Camera]] component) from this menu. | |||
* '''[[Facets|Facet]]''': Creates a sample [[Facets|Facet]] (A [[Slot]] with a [[Component:Facet|Facet]] component) from this menu. | |||
* '''[[Mirror]]''': Creates a mirror from this menu. | |||
* '''[[Portal]]''': Creates a portal from this menu. | |||
* '''[[Reflection Probe]]''': Creates a reflection probe from this menu. | |||
* '''[[Spawn Area]]''': Creates a spawn area from this menu. | |||
* '''[[Spawn Point]]''': Creates a spawn point from this menu. | |||
* '''UIXCanvasBlank''': Creates a blank [[UIX]] starting point from this menu. | |||
* '''UIXCanvasSample''': Creates a [[UIX]] sample canvas from this menu. | |||
=== Text === | |||
* Basic: regular text | |||
* Outline: text with an outline | |||
=== Uncategorized === | |||
* Empty object - Spawns an empty [[Slot|slot]] and opens an inspector for it | |||
* [[Component:ParticleSystem|Particle System]] |
Latest revision as of 00:28, 21 July 2024
The create new is a menu available through the context menu of the developer tool named "Create New".
Contents
The "Create" window allows you to create multiple objects within different categories.
3D Model
- Box: Spawns a box using a BoxMesh
- Capsule: Spawns a capsule using a CapsuleMesh
- Cone: Spawns a cone using a ConeMesh
- Cylinder: Spawns a cylinder using a CylinderMesh
- Grid: Spawns a grid using a GridMesh
- Quad: Spawns a quad using a QuadMesh
- Sphere: Spawns a sphere using a SphereMesh
- Torus: Spawns a torus using a TorusMesh
- Triangle: Spawns a triangle using a TriangleMesh
Collider
- Box: Spawns a BoxCollider
- Capsule: Spawns a CapsuleCollider
- Cone: Spawns a ConeCollider
- Cylinder: Spawns a CylinderCollider
- Mesh: Spawns a MeshCollider
- Sphere: Spawns a SphereCollider
Editor
The "Create new" menu also allows you to spawn the following editors:
- Asset Optimization Wizard
- Cubemap Creator
- World Light Sources Wizard
- Reflection Probe Wizard
- World text Renderer Wizard
- User Inspector
- World Configuration
- World Permission Controller
Light
You can create three types of light, just like with the light tool.
- Directional: Acts as a sun
- Point: Point light mode will let you create point light orbs by clicking primary.
- Spot: Spot will allow you to create spot light cones by clicking primary.
Materials
This category allows you to create any of the materials available in Resonite.
Object
- Fog Volume: Give a choice to make an
Additive
,Alpha
,Gradient
, andMultiplicative
volume. - Legacy UI: Shows options for the old platform's UI, such as buttons, check boxes, panels, radios, sliders, text fields, and much more.
- Avatar Creator: Creates an avatar creator from this menu.
- Camera: Creates a camera object (A Slot with a Camera component) from this menu.
- Facet: Creates a sample Facet (A Slot with a Facet component) from this menu.
- Mirror: Creates a mirror from this menu.
- Portal: Creates a portal from this menu.
- Reflection Probe: Creates a reflection probe from this menu.
- Spawn Area: Creates a spawn area from this menu.
- Spawn Point: Creates a spawn point from this menu.
- UIXCanvasBlank: Creates a blank UIX starting point from this menu.
- UIXCanvasSample: Creates a UIX sample canvas from this menu.
Text
- Basic: regular text
- Outline: text with an outline
Uncategorized
- Empty object - Spawns an empty slot and opens an inspector for it
- Particle System