Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Color coded Kill Feed

Discussion in 'Scripting' started by owiegand, Dec 3, 2014.

  1. owiegand

    owiegand

    Joined:
    Jan 20, 2014
    Posts:
    17
    I am trying to make a color coded kill feed, enemy player's names show up in red while friendly player's names show up in blue. Before doing the different colors I put both player's names and weapon used into a single string. Then I add those strings to a queue. This worked well but I don't think it could work now because I need to color each string a separate color. What would the best way to complete this task?
     
  2. elmar1028

    elmar1028

    Joined:
    Nov 21, 2013
    Posts:
    2,353
    owiegand likes this.
  3. owiegand

    owiegand

    Joined:
    Jan 20, 2014
    Posts:
    17
    Last edited: Dec 3, 2014