edited September 2019 in Makinom Support
Save Game is able to save Variable with space now right!
But what about special characters?

Also, I want to ask how can I convert Variable String to Int and vice versa?
Because I want to set Text with number but Text Component doesn't accept Int Variable and I need Int Variable to Calculate
Post edited by Night on
  • edited September 2019
    Special characters shouldn't be a problem, but (naturally) haven't tested them all, so you'll have to try your use case :)

    As for converting string to int or int to string, that's not supported - however, you can use the UI Text node to set the text of a Text component, which also allows using text codes. I.e. you can use variable text codes to put the number into your text component.
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Ah! Okay! Will try it!
Sign In or Register to comment.