You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/cloud/index.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ description: 'Needle Cloud is an online service. It helps you store, manage, and
13
13
## Overview
14
14
15
15
Needle Cloud is an online service. It helps you store, manage, and share 3D assets and apps on the web.
16
-
A variety of file formats are supported, including glTF, USD, FBX, VRM, and more. Spatial web apps made with Needle can be deployed to the cloud directly from the Unity integration, and via command line (CLI). The Blender integration is coming at a later point; you can use theCLI in the meantime.
16
+
A variety of file formats are supported, including glTF, USD, FBX, VRM, and more. Spatial web apps made with Needle can be deployed directly from the [Unity integration](#deploy-from-unity) or our Needle Cloud [command line interface](#deploy-from-the-cli) (CLI).
17
17
18
-
Visit [Needle Cloud](https://cloud.needle.tools) to get started.
18
+
Visit [Needle Cloud](https://cloud.needle.tools) to create an account for free.
@@ -40,6 +40,7 @@ Visit [Needle Cloud](https://cloud.needle.tools) to get started.
40
40
6.**License Management**
41
41
Licenses for Needle Engine for solo creators and teams are managed through Needle Cloud. This ensures only authorized users can access your files and projects. Contact us for Enterprise and Edu licenses.
42
42
43
+
43
44
## Deploy from Unity
44
45
45
46
Needle Cloud is integrated into the Unity Editor. This allows you to deploy your apps directly from Unity to Needle Cloud. You can also upload and download assets from Needle Cloud directly in Unity.
@@ -249,6 +250,20 @@ The command line interface (CLI) for Needle Cloud allows automating file uploads
249
250
250
251
See [npm:needle-cloud](https://www.npmjs.com/package/needle-cloud) for more information about the CLI and how to use it.
251
252
253
+
254
+
## RBAC (role-based access control)
255
+
256
+
Teams consist of members, and each member of a team can get assigned a role. These roles define what you can and cannot do within a team on Needle Cloud.
257
+
258
+
As your project scales and you add more team members, you can assign them roles to ensure that they have the right permissions to work on your projects.
259
+
260
+
|||
261
+
| -- | -- |
262
+
|**Owner**| Highest level of authority. The owner role can manage the whole team (including billing and member roles), see all projects, uploads and deployments |
263
+
|**Manager**| The manager role can manage the whole team (including billing and member roles), see all projects, uploads and deployments |
264
+
|**Billing**| The billing role is specialized for financial operations, can oversee the team's billing information, review and manage project cost and handle payment options. <br/>The billing role has view-only access to deployments and assets and can not perform deployments or upload assets. <br/>The billing role can be assigned at no extra cost. The role is limited to one member per team. |
265
+
|**Member**| The member role (developer role) can create deployments, upload/download assets for optimization or use AI features. |
266
+
252
267
## FAQ
253
268
254
269
1.**What is Needle Cloud?**
@@ -271,3 +286,6 @@ See [npm:needle-cloud](https://www.npmjs.com/package/needle-cloud) for more info
271
286
272
287
7.**What happens if I run out of storage space?**
273
288
You might need to upgrade your plan or delete old files to make room.
289
+
290
+
8.**More answers**
291
+
Visit the [Needle Cloud FAQ](https://cloud.needle.tools/faq)
0 commit comments