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

Changing UI code

Discussion in 'UGUI & TextMesh Pro' started by Democide, Oct 27, 2016.

  1. Democide

    Democide

    Joined:
    Jan 29, 2013
    Posts:
    315
    So the UI code is open source. If I want to make changes to it, how can I propagate those into my game?
     
  2. fffMalzbier

    fffMalzbier

    Joined:
    Jun 14, 2011
    Posts:
    3,276
    You can
    A: Download the corresponding file from the repository , change it and put it in your project.
    it will replace the file that would be loaded from the UI dll.
    B: Download the wohle repository and change what you need and then generate a new UI dll and place that dll in the unity directory.

    You can find that repository here :
    https://bitbucket.org/Unity-Technologies/ui
    on the front page there is a tutorial who to build the UI dll.
     
  3. Democide

    Democide

    Joined:
    Jan 29, 2013
    Posts:
    315
    Oh thanks! :D
     
  4. Democide

    Democide

    Joined:
    Jan 29, 2013
    Posts:
    315
    Quick question: Just putting the file in my project doesn't seem to change anything. I'm assuming there's as specific folder or something?
     
  5. Piflik

    Piflik

    Joined:
    Sep 11, 2011
    Posts:
    291
    Did you ever find a solution to this?