Search Unity

I need help NOW!

Discussion in 'Editor & General Support' started by rphad, May 9, 2020.

  1. rphad

    rphad

    Joined:
    Apr 5, 2020
    Posts:
    14
    I was working my unity when my computer died but it didn't save my project but I built it. Is there a way for me to transfer the built unity project back on unity to make some edits? Dies that make sense to anyone? I need to get this done by the end of the week
     
  2. elliot_eserin

    elliot_eserin

    Joined:
    Jan 5, 2020
    Posts:
    38
    No, its not possible to open a build in the editor like a project. At least as far as I know but I find it highly unlikely that it is possible.
     
  3. rphad

    rphad

    Joined:
    Apr 5, 2020
    Posts:
    14
    So i am amking a racing game, and there is a hill that I want the car to go over. How do I make the camera go over the hill using some code?
     
  4. rphad

    rphad

    Joined:
    Apr 5, 2020
    Posts:
    14
    is there a way for me to link the camera to the road so no matter what it follows it? Is that possible?
     
  5. elliot_eserin

    elliot_eserin

    Joined:
    Jan 5, 2020
    Posts:
    38
    Cant the camera be a child of the car? or just follow the car? making it follow the road is doable but it varies depending on what you need the camera to do.
     
  6. kdgalla

    kdgalla

    Joined:
    Mar 15, 2013
    Posts:
    4,635
    If you're not good with coding, you probably want to learn how to use Cinemachine:
    https://unity.com/unity/features/editor/art-and-design/cinemachine

    It's a free camera controller provided by Unity that's actually very sophisticated.