Skip to content

Setting string property to null crashes Unity editor #157

@eapark

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

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