I would seriously choose creating own scripts for canvas components, then aplying canvas public methods to all children, p…

Forum Archive I would seriously choose creating own scripts for canvas components, then aplying canvas public methods to all children, p…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4737
    jankovalsky
    Participant

      I would seriously choose creating own scripts for canvas components, then aplying canvas public methods to all children, plus referencing input to itself. Thats messed up/

      #22985
      Jonathan Gonzalez
      Participant

        You can use either, that’s why it’s built that way. They’re event systems that you use to call other methods when something happens on that UI element.  Also adding all your UI based methods in one class is perfectly fine. If you plan on reusing a lot of UI methods in other ways then creating a stand alone script would be ideal, in this case we are not doing that. 

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘I would seriously choose creating own scripts for canvas components, then aplying canvas public methods to all children, p…’ is closed to new replies.