Bump minimum Unity version to 3.4.0.

This is the oldest version you can download on Unity's website anyway.
Also: CoD2 has 39 lumps. More on this later.
This commit is contained in:
wfowler
2018-10-08 17:58:39 -06:00
parent 853831da7a
commit 5c53f4f1ca
23 changed files with 28 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
#if UNITY_2_6 || UNITY_2_6_1 || UNITY_3_0 || UNITY_3_0_0 || UNITY_3_1 || UNITY_3_2 || UNITY_3_3 || UNITY_3_4 || UNITY_3_5 || UNITY_4_0 || UNITY_4_0_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_5 || UNITY_4_6 || UNITY_5 || UNITY_5_3_OR_NEWER
#if UNITY_3_4 || UNITY_3_5 || UNITY_4_0 || UNITY_4_0_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_5 || UNITY_4_6 || UNITY_5 || UNITY_5_3_OR_NEWER
#define UNITY
#endif