plugin-unity-agent/src/main/kotlin/jetbrains/buildServer/unity/detectors/MacOsUnityDetector.kt [30:35]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getVersionFromInstall(editorRoot: File): UnityVersion? { LOG.debug("Looking for Unity installation in $editorRoot") val executable = getEditorPath(editorRoot) if (!executable.exists()) { LOG.debug("Cannot find $executable") return null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin-unity-agent/src/main/kotlin/jetbrains/buildServer/unity/detectors/WindowsUnityDetector.kt [39:45]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getVersionFromInstall(editorRoot: File): UnityVersion? { LOG.debug("Looking for Unity installation in $editorRoot") val executable = getEditorPath(editorRoot) if (!executable.exists()) { LOG.debug("Cannot find $executable") return null - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -