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: content/en-us/cloud/legacy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Lists legacy REST APIs for Open Cloud.
5
5
6
6
This section contains documentation for Roblox's legacy REST APIs.
7
7
8
-
- Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. These endpoints have the same stability guarantees as the Open Cloud v2 and v1 APIs. See the tables below for the list of available operations and authentication types.
8
+
- Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. All endpoints on this page use the same stability guarantees as the Open Cloud v2 and v1 APIs and are currently **Beta**. Beta endpoints are ready for public use. Breaking changes are possible but rare. See the tables below for the list of available operations and authentication types.
9
9
10
10
- All other legacy API endpoints use cookie-based authentication. We do not recommend depending on these APIs, as they can incorporate breaking changes without notice and rely on sharing cookies with application code.
Copy file name to clipboardExpand all lines: content/en-us/performance-optimization/improve.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ per frame on both the server and the client.
190
190
191
191
Alternatively, you can apply the `CollisionFidelity = Precise` filter to the [Explorer](../studio/explorer.md#property-filters) which shows a count of all mesh parts with the precise fidelity and allows you to easily select them.
192
192
193
-
- For an in-depth walkthrough on how to choose a collision fidelity option that balances your precision and performance requirements, see [Set Physics and Rendering Parameters](../tutorials/environmental-art/assemble-an-asset-library.md#collisionfidelity).
193
+
- For an in-depth walkthrough on how to choose a collision fidelity option that balances your precision and performance requirements, see [Set Physics and Rendering Parameters](../tutorials/curriculums/environmental-art/assemble-an-asset-library.md#collisionfidelity).
194
194
195
195
### MicroProfiler scopes
196
196
@@ -362,7 +362,7 @@ same `MeshId` are handled in a single draw call when:
362
362
near each other forces the engine to render the overlapping pixels multiple
363
363
times, which can hurt performance. For more information on identifying and
0 commit comments