Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Method to know the Unity version of an Unity project?

Tags:

unity3d

There is a way of knowing the Unity version used to make an Unity project? Before it was possible checking the beginning of the Projectsettings file with an hex editor, but now nothing is shown about it. Any clues? Thanks

like image 349
DavidGuaita Avatar asked Nov 20 '14 02:11

DavidGuaita


1 Answers

@DavidGuaita
Its simple you can find unity version by doing this simple trick

GOTO Your Project > Library
Here you will see lots of files with .asset format open any of them in notepad.

In notepad editor you can see the unity version in first line

Source Know the Unity version of a Unity project

like image 188
aflatoon Avatar answered Sep 27 '22 19:09

aflatoon