Skip to content

UserDataTypeId Enum inaccurate issues #82

@VeraDev0

Description

@VeraDev0

In this section inside "Lua Object", you can see what types are serializable and what aren't. However as it turns out, this actually depends on what environment your on.

These types are accurate for the game environment, but its completely different for the terrain environment. Perhaps someone should take a look at what are serializable and what not for the Terrain environment?

Examples:

  • UserdataTypeId's Interactable is Serializable in the game environment but not in the terrain environment.
  • UserdataTypeId's Shape is Serializable in the game environment but not in the terrain environment.
  • UserdataTypeId's Body is Serializable in the game environment but not in the terrain environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions