-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What is the current behavior?
According to https://yarnspinner.dev/docs/syntax/, this line:
Think: yarn var = {$popularity}.
Should result in:
Think: yarn var = 30.
But instead, I get the following:
Think: yarn var = {0}.
Please provide the steps to reproduce, and if possible a minimal demo of the problem:
- Have yarn file:
title: Start
tags:
---
Think: yarn var = {$popularity}.
===
- Be using develop branch.
- Output to dialogue ui.
- Add debug logs to the variable storage.
- See the following logs (seems as if GetValue from variable storage is being called but the delivered line doesn't use the gotten value):
Note: I notice there's a similar issue for localization, but I'm not localizing anything.
What is the expected behavior?
I expect the inline expressions to work as documented.
Please tell us about your environment:
- Yarn Spinner Version: Most recent develop branch
- Unity Version: 2020.1.4
Other information
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
