Skip to content

Setting string property to null crashes Unity editor #157

Description

@eapark

Not sure if this is intended behavior.

string t = null;
var vmi = chatBubbleViewModel.CreateInstanceByName("instance name");
var stringProperty = vmi.GetStringProperty("textProperty");
stringProperty.Value = t;

This will crash the Unity editor.

Unity editor version: 2022.3.70f1
Rive package 0.4.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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