Skip to main content
Version: 2025.1

Changelog

Packages Upgrades

From the 2024.9 Creator Kit version, the changes in this version are as follows:

  • Upgraded packages
    • Unity from 2022.3.1f1 to 6000.0.32f1
    • Reflectis-SDK from v9.0.0 to v10.1.0
    • Reflectis-SDK-CreatorKit from v3.4.0 to v3.5.0

The structure of the SDK and the Creator Kit has been revised, making the catalog of available packages clearer for users to create logic and content.
Everything included in the SDK allows for the development of applications outside the context of Reflectis Worlds, while the content of the Creator Kit - Worlds is intended for creating content within Reflectis Worlds.

Creator Kit

Reflectis-CreatorKit-Worlds-Core

Contains the basic structures for:

  • Setting up a repository
  • Organizing environments
  • Building them using Addressables
  • Providing necessary placeholders for proper environment navigation (e.g., spawn points and floor placeholders)

This package is a dependency for all other packages and must be imported into the project.

Reflectis-CreatorKit-Worlds-Placeholders

  • Contains a catalog of placeholders and prefabs for setting up an environment with Reflectis Worlds components.
  • Requires Reflectis-CreatorKit-Worlds-Core to function correctly.

Reflectis-CreatorKit-Worlds-VisualScripting

  • Similar to the Placeholders module, this module contains a catalog of visual scripting nodes for building experiences and training while interacting with Reflectis Worlds logic.

Reflectis-CreatorKit-Worlds-Tasks

  • The content remains unchanged; only the name and namespaces have been modified.

Reflectis-CreatorKit-Worlds-Analytics

  • A module for collecting experience analytics and saving them to a database.
  • Requires dependencies on both the Core module and the VisualScripting module.

SDK

Reflectis-SDK-Core

  • The base module of the SDK, which must be used as a dependency by all other modules.
  • Logic related exclusively to Reflectis Worlds has been removed from this module.

Reflectis-SDK-Graphs

  • The name has been changed, but the content remains unchanged.

Reflectis-SDK-Tasks

  • The name has been changed, but the content remains unchanged.

Reflectis-SDK-Authentication

  • A new module designed to handle user authentication.

Scene management

The Network Placeholder Management Window has been renamed to Scene Object Management Window.
From now on, it will assign a unique ID to every GameObject containing a placeholder.

  • A new component called SceneObjectId will be added to the GameObject.
  • Every placeholder in the scene must have a unique ID for correct functionality.
  • The ID assignment process happens automatically.