skip to Main Content

Twitter API to Unity

I am a designer and I code only a little bit. I would like to know how I could use the output of the Twitter API (which I master) to use them on Unity. Which programming language would be the…

VIEW QUESTION

Xcode unity build failed "UNITY_VERSION_VER, UNITY_VERSION_MAJ, UNITY_VERSION_MIN must be set in xcode project, something went wrong"

created IOS build using Unity trying to run this xcode getting following error "UNITY_VERSION_VER, UNITY_VERSION_MAJ, UNITY_VERSION_MIN must be set in xcode project, something went wrong" following is the code which auto generated #if !defined(UNITY_VERSION_VER) || !defined(UNITY_VERSION_MAJ) || !defined(UNITY_VERSION_MIN) #error "UNITY_VERSION_VER,…

VIEW QUESTION
Back To Top
Search