Welcome to Redbrick Wiki!.

Discover a world of endless possibilities for creators. Learn, create, and innovate with ease using our guides and resources.

Let’s make everything you imagine with Redbrick Engine.

Create

Turn your ideas into reality with tools designed for bold creators.

Learn

Access detailed guides and resources to master Redbrick Studios.

Innovate

Push boundaries and explore new possibilities in creative projects.

Update Notes

2024

Camera Features

You can move the edit camera to the selected object. follow-object

VR Features

  • Added content on VR development in the Snippets section.
  • In VR snippets, you can see various useful contents for VR content development, such as basic VR settings, test methods, controller-related functions, and VR development examples.

updates_vr_snippet



2023

Main Features

  • Removed PLAYER global object

  • Updated preset scripts to remove async functions.

PresetScript-v1.1.0
function Start() {
  (async () => {
    const avatar = await REDBRICK.AvatarManager.createDefaultAvatar();
    const camera = WORLD.getObject("MainCamera");
    const followingCamera = avatar.setFollowingCamera(camera);
    avatar.setDefaultController();
  })();
}
Last updated on