Search Unity

Is it OK to RENAME finished scene(s)

Discussion in 'Editor & General Support' started by magg, Aug 10, 2018.

  1. magg

    magg

    Joined:
    Sep 29, 2013
    Posts:
    74
    Hi guys. I need to rename some of my scenes. Is it ok to just rename them in Unity or could it break something? Many Thanks.
     
  2. Madgvox

    Madgvox

    Joined:
    Apr 13, 2014
    Posts:
    1,317
    Unless you have some code that is referencing a scene path explicitly in a string, you can rename scenes to your heart's content.
     
    goodgamershow, LSchou and magg like this.
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    You can rename them in Unity. If you're loading scenes in code by scene name instead of by scene index then you will have to update that code as already mentioned.
     
    LSchou likes this.