My greeting.
Trying to bring unity3d-runner to work on Teamcity9.
After successfully install of plugin and adding Unity build step, i've started to fight with a problem - there is no compatible agents to build project.
On the Agent Requirements page there is two messages.
I thought in two ways -
1) Unity plugin doesn't see my Unity package. (btw it was installed in default folder)
2) I have incompatible Java version on the agent. (at this moment i've upgrated to JDK 1.8.0_45 on teamcity server and 1.8_60 on agent ... doesn't help).
That's why i can't understand, what does plugin wants from me =).
There is still error messages in teamcity_agent log :
java.lang.UnsupportedClassVersionError: unityRunner/agent/AgentListener : Unsupported major.minor version 52.0
The Problem Solved !
that was all about versions, but not JDK version . it was buildagent.
After reinstall buildagent (it was incorectly updated from teamcity 8 to tc9 version) problem disapeared
My greeting. Trying to bring unity3d-runner to work on Teamcity9. After successfully install of plugin and adding Unity build step, i've started to fight with a problem - there is no compatible agents to build project.
On the Agent Requirements page there is two messages.
TC_agent Incompatible runner: Unity Unmet requirements: unity.latest exists
I thought in two ways - 1) Unity plugin doesn't see my Unity package. (btw it was installed in default folder) 2) I have incompatible Java version on the agent. (at this moment i've upgrated to JDK 1.8.0_45 on teamcity server and 1.8_60 on agent ... doesn't help).
That's why i can't understand, what does plugin wants from me =). There is still error messages in teamcity_agent log :
java.lang.UnsupportedClassVersionError: unityRunner/agent/AgentListener : Unsupported major.minor version 52.0
and no compatible agents.
Thank you in advance.