Search Unity

man... this is a silly question

Discussion in 'Getting Started' started by MidgardSG, Jan 13, 2020.

  1. MidgardSG

    MidgardSG

    Joined:
    Jan 13, 2020
    Posts:
    4
    Hello guys, you know that starter racing kart game that you get? cannot find the sound file in my hierarchy for the countdown timer. where is it? been looking for it for a while and cannot find it :) dont judge. taking my first baby steps :D
     
  2. Deleted User

    Deleted User

    Guest

  3. MidgardSG

    MidgardSG

    Joined:
    Jan 13, 2020
    Posts:
    4
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    I suspect it's a .wav file? On Windows you could use "dir *.wav /s" from the project root directory to find it.
     
  5. Deleted User

    Deleted User

    Guest

    Find it in the project view, then right click on it, and then "Find reference on the scene" or something like that.
     
  6. MidgardSG

    MidgardSG

    Joined:
    Jan 13, 2020
    Posts:
    4
    did that. says "no reference found" :D maybe I just need to restart the whole project. but again, I need to learn this damn thing :D its a good training exercise to find out about the UI itself and stuff, but it's so annoying :D that stupid sound just wont come out anywhere :D

    EDIT:
    ok, somehow managed to find it in the scene, now I need to figure out, how to edit it :D
     
    Last edited: Jan 14, 2020
  7. Deleted User

    Deleted User

    Guest

    Glad you found it. :) Make sure you are allowed to edit the sound file by its rightful owners and then use Audacity. ;)
     
  8. MidgardSG

    MidgardSG

    Joined:
    Jan 13, 2020
    Posts:
    4
    lets start with finding a volume slider first :D :D