Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployed packages for 9c76610fa094f5b03e617e80d78dac0850a2fcf7 #1207

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guest/rust/examples/assets/assimp/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
id = "ucrv73n74dw42ldnz4kxeadvm5uwzgm5"
name = "Assimp"
description = "Import over 30+ different 3D file formats into your project, using the built in assimp integration."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/assets/basic_model/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "x2zcchov26324tx3av4jvrl5xxealush"
name = "Basic model loading"
description = "Load and render a glb model."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/basic_model"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/assets/generate_pipeline/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "sssnr4szjawggp2g6drtbubls74c5gwj"
name = "Generating pipeline.toml"
description = "Use code to generate an asset `pipeline.toml` file."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/basic_model"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/assets/material_overriding/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "ib2djsnjew5tb2k5igq6le7rzjdwlvhq"
name = "Material overriding"
description = "Combining a model with a custom material override in the pipeline."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/material_overriding"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[components.is_the_best]
type = "Bool"
Expand All @@ -15,4 +15,4 @@ description = "Declares whether or not the entity this is attached is the best."
attributes = ["Networked", "Debuggable"]

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
4 changes: 2 additions & 2 deletions guest/rust/examples/assets/unity/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
id = "tt7dtctg4qbptrbe6uahkx2lyuudy2gb"
name = "Unity [WIP]"
description = "Loading and spawning a Unity prefab. This example currently uses non-redistributable assets that are not included in the example. This will be revised in the near-future."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"
4 changes: 2 additions & 2 deletions guest/rust/examples/basics/input/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id = "d563xtcr72ovuuhfkvsgag6z3wiy5jwr"
name = "Input"
description = "Read keyboard and mouse inputs from the player."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/input"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"
4 changes: 2 additions & 2 deletions guest/rust/examples/basics/multiplayer/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id = "lkjek6sipx4m4rkufpxy3lybew2khxxu"
name = "Multiplayer"
description = "A very minimal multiplayer example."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/multiplayer"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"
6 changes: 3 additions & 3 deletions guest/rust/examples/basics/primitives/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "ytdci6e6yiglca2d6awwpi2lt5h6sqvg"
name = "Primitives"
description = "Draw boxes, spheres and other basic shapes."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/primitives"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/basics/skinmesh/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
id = "znidkp3d3rqx7ir7bvs2ahx4sfrr2n7n"
name = "Skinmesh"
description = "Render a character model with animations."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/skinmesh"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[messages]
SetController = { name = "Set controller", description = "Sets the animation controller.", fields = { value = "U32" } }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
12 changes: 6 additions & 6 deletions guest/rust/examples/benchmarks/animations/ambient.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
id = "jkfalriqol5mtd7hxq7yssldubgpcf5o"
name = "animations"
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
base_assets = { path = "../../../packages/std/base_assets", deployment = "7aiKgNnU7ADBUR0GKQix2N" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "5oHfjz7aFTptvLznFEF40h" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
performance_bar = { path = "../../../packages/tools/performance_bar", deployment = "5d1ZKzNOHYbCjftDQkSW1X" }
base_assets = { path = "../../../packages/std/base_assets", deployment = "7Fl7erhRk1ki5Wu9bFpIUG" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "5QGYwQyATU8uvNMNNCoaS4" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
performance_bar = { path = "../../../packages/tools/performance_bar", deployment = "2ZwDtG7k9UDxNusb9fvkEe" }
12 changes: 6 additions & 6 deletions guest/rust/examples/controllers/first_person_camera/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
id = "pfzpi7ypoegwizizej5ojfcsncqa4bet"
name = "First-person camera"
description = "A simple FPS camera and input example."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/first_person_camera"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"


[dependencies]
base_assets = { path = "../../../packages/std/base_assets", deployment = "7aiKgNnU7ADBUR0GKQix2N" }
third_person_controller = { path = "../../../packages/std/third_person_controller", deployment = "71DaXzmgJOFQhmnUcP6LR" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "5oHfjz7aFTptvLznFEF40h" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "68rhKOAcNi5YzbOWqQ4Jiv" }
base_assets = { path = "../../../packages/std/base_assets", deployment = "7Fl7erhRk1ki5Wu9bFpIUG" }
third_person_controller = { path = "../../../packages/std/third_person_controller", deployment = "5HNcTOgKU8jaL7JGRlgH9j" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "5QGYwQyATU8uvNMNNCoaS4" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "4ptgi1FsstxRbKy6xdzn5d" }
14 changes: 7 additions & 7 deletions guest/rust/examples/controllers/third_person_camera/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
id = "ie4hdvkvui6t36yzniyex2hc5i2bradc"
name = "Third-person camera"
description = "A simple third-person camera controller."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/third_person_camera"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
base_assets = { path = "../../../packages/std/base_assets", deployment = "7aiKgNnU7ADBUR0GKQix2N" }
third_person_controller = { path = "../../../packages/std/third_person_controller", deployment = "71DaXzmgJOFQhmnUcP6LR" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "5oHfjz7aFTptvLznFEF40h" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "68rhKOAcNi5YzbOWqQ4Jiv" }
nameplates = { path = "../../../packages/std/nameplates", deployment = "3qhqV0jVhynzTK1aL2Lr7n" }
base_assets = { path = "../../../packages/std/base_assets", deployment = "7Fl7erhRk1ki5Wu9bFpIUG" }
third_person_controller = { path = "../../../packages/std/third_person_controller", deployment = "5HNcTOgKU8jaL7JGRlgH9j" }
character_animation = { path = "../../../packages/std/character_animation", deployment = "5QGYwQyATU8uvNMNNCoaS4" }
hide_cursor = { path = "../../../packages/std/hide_cursor", deployment = "4ptgi1FsstxRbKy6xdzn5d" }
nameplates = { path = "../../../packages/std/nameplates", deployment = "1juDNQAGp8sTm5elaT0zd7" }
4 changes: 2 additions & 2 deletions guest/rust/examples/intermediate/async/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id = "cezekiuth6khuiykw66bmepsggaoztyv"
name = "Async"
description = "Learn how to use async/await."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/async"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"
6 changes: 3 additions & 3 deletions guest/rust/examples/intermediate/clientside/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "xz2ip2ptvxprurqwaiv2nncabcrmml2w"
name = "Clientside"
description = "How to use clientside code."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/clientside"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[components]
grid_side_length = { name = "Grid Side Length", description = "The length of a grid side, ignoring the centre (i.e. if this is 10, the total axis length is 21)", type = "I32", attributes = [
Expand All @@ -19,4 +19,4 @@ grid_position = { name = "Grid Position", description = "The position of the cel
] }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
10 changes: 5 additions & 5 deletions guest/rust/examples/intermediate/dependencies/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "xjoy27d3i4hc4l7fmlm5pacc2cmxlnlw"
name = "Dependencies"
description = "Break your project up into packages."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
deps_assets = { path = "deps/assets" , deployment = "2nSfNsbPMtGSsG4FtJ3Opo" }
deps_code = { path = "deps/code" , deployment = "1nzXRWOreUzOlwX9y86ct9" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1ahDeiODn1n1FdPp0qSDZr" }
deps_assets = { path = "deps/assets" , deployment = "2Q2mRNsxG4eX48FFMlgL6c" }
deps_code = { path = "deps/code" , deployment = "Xf85nNuEkiTlaRrWyf82M" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"
content = { type = "Asset", code = true }

[dependencies]
ambient_example_deps_assets = { path = "../assets" , deployment = "2nSfNsbPMtGSsG4FtJ3Opo" }
ambient_example_deps_assets = { path = "../assets" , deployment = "2Q2mRNsxG4eX48FFMlgL6c" }

[components]
spawned_by_us = { type = "Empty" }
Expand Down
4 changes: 2 additions & 2 deletions guest/rust/examples/intermediate/messaging/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "of4w7yibjeuokeyypqxmtgqklc6vthln"
name = "Messaging"
description = "Send and receive data across the network and to other modules."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/messaging"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[messages.Hello]
name = "Hello"
Expand Down
6 changes: 3 additions & 3 deletions guest/rust/examples/intermediate/screen_ray/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "jkr622pbesmaaco76bjc6ll6v4t4lajh"
name = "Screen Ray"
description = "Intersect a ray from the screen with the world."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/screen_ray"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[messages.Input.fields]
ray_origin = "Vec3"
Expand All @@ -20,4 +20,4 @@ type = "EntityId"
attributes = ["Networked", "Debuggable"]

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/physics/basics/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
id = "jm77qrzni2f4gied5fy54bia2lqmhebn"
name = "Physics"
description = "Make things collide and interact in a physically realistic way."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/physics/basics"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[messages.Bonk]
description = "Collision between two objects."
fields = { emitter = "EntityId", listener = "EntityId" }

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/physics/visualize_colliders/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
id = "s37z23uqis7ts6ya7v2f66ni23m3upt7"
name = "Visualize Colliders"
description = "Visualize the colliders of a scene."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/rendering/decals/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "nd2mwrslb3iyo2bw4jmwcbkuo4mtuyfr"
name = "Decals"
description = "Render 'stickers' onto any surface."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/decals"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
6 changes: 3 additions & 3 deletions guest/rust/examples/rendering/fog/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "cfi3occcjea6qqnvaktvsgumnwduqq55"
name = "Fog"
description = "Create a mystical ambience for your game with fog."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/fog"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera" , deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
4 changes: 2 additions & 2 deletions guest/rust/examples/rendering/image/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id = "nc2wi4w5w276k4duik4f36ltvec2nv4z"
name = "Image"
description = "Render 2D images as planes in 3D."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/image"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"
4 changes: 2 additions & 2 deletions guest/rust/examples/rendering/instancing/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
id = "vacm77n5q7uil3giqf6wasadjq32mqr3"
name = "Instancing [WIP]"
description = "Render lots of objects with a single draw call. [Instancing is currently disabled while we're unifying rendering on desktop and the web]"
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[components]
instance_index = { type = "Uvec3", name = "Instance Index" }
6 changes: 3 additions & 3 deletions guest/rust/examples/rendering/line/ambient.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "pdvnxkqc5xuwanvxe2yxasswtk23pqij"
name = "Line"
description = "Draw a line in 3D space."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/rendering/line"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[dependencies]
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "1ahDeiODn1n1FdPp0qSDZr" }
orbit_camera = { path = "../../../packages/std/orbit_camera", deployment = "2q7T9o9B11Ah7gGj1xLT7l" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
id = "wke76yvfrkyu25ui5sz3avjivvuypdia"
name = "Procedural generation"
description = "Generate meshes and textures with code."
version = "0.3.2-nightly-2023-12-03"
version = "0.3.2-nightly-2023-12-04"
repository = "https://github.com/AmbientRun/Ambient/tree/main/guest/rust/examples/basics/procedural_generation"
type = "Game"
content = { type = "Playable", example = true }
ambient_version = "0.3.2-nightly-2023-12-03"
ambient_version = "0.3.2-nightly-2023-12-04"

[components]
rotating_sun = { type = "Bool", name = "Rotating sun", description = "Whether or not rotate the sun automatically" }
Loading
Loading