Search Unity

Question how to export scripts from unity game?(without dlls files)

Discussion in 'World Building' started by yairk333, Feb 13, 2021.

  1. yairk333

    yairk333

    Joined:
    Mar 26, 2020
    Posts:
    23
    how to export scripts from unity game? (without DLLs files)
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    What do you mean? Scripts are just text files.
     
  3. yairk333

    yairk333

    Joined:
    Mar 26, 2020
    Posts:
    23
    how to export scripts from build unity game? cose i want to hack to game and I need the scripts
     
  4. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    You can't. The source code is converted into compiled bytecode, and only that bytecode is shipped with the game. There is no way to go in the other direction.