Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Need help with my game

Discussion in 'Getting Started' started by Venas1, Feb 16, 2020.

  1. Venas1

    Venas1

    Joined:
    Feb 16, 2020
    Posts:
    1
    I'm creating a game, but I'm facing some problems that I can't found any solutions.


    So I want to link my coins text of the top left corner in the "COINS:" of the middle.
    Want also to link X to the distance.
    upload_2020-2-16_17-7-10.png
     
  2. Gordon_G

    Gordon_G

    Joined:
    Jun 4, 2013
    Posts:
    372
    Hey Venas1, if by "link coins" you mean to say that you want the Coins display in the middle to match the top left number?

    Then set both text fields .text = to the same variable.

    You need to show your code and provide an exact description of what the problem is. Just saying, "Want also to link X to the distance." doesn't mean anything because we have no idea of what you are referring to. X of what? To what distance? Be precise and specific in your requests!
     
    JoeStrout likes this.