- Home /
Question by
veryhungryhobo2 · Nov 17, 2012 at 06:58 PM ·
gameversion
How to find out which version of unity a game is?
How do you find out which version of unity a gamepackage I download is exactly? (just gives errors) Also which version of unity for a game I am playing?
Comment
Run the EXE, then check the log file. The first line should read something like "Initialize engine version: 4.0.0f7" - this is the version right there.
Answer by AlanMattano · Sep 13, 2016 at 02:45 AM
In windows you can go to your Unity instaletion: path examples:
C:\Program Files\Unity\Editor
C:\Program Files\Unity5\Editor
C:\Program Files\Unity beta\Editor
C:\Program Files\Unity 5.5 beta\Editor
C:\Program Files\Unity 5.5.0b1\Editor
Select Unity.exe right click properties, Details tab, Version number.