plugin-unity-agent/src/main/kotlin/jetbrains/buildServer/unity/detectors/LinuxUnityDetector.kt [20:28]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun findInstallations() = sequence { getHintPaths().distinct().forEach { path -> val version = getVersionFromInstall(path) ?: return@forEach yield(version to path) } } override fun getHintPaths() = sequence { yieldAll(super.getHintPaths()) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugin-unity-agent/src/main/kotlin/jetbrains/buildServer/unity/detectors/WindowsUnityDetector.kt [17:25]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun findInstallations() = sequence { getHintPaths().distinct().forEach { path -> val version = getVersionFromInstall(path) ?: return@forEach yield(version to path) } } override fun getHintPaths() = sequence { yieldAll(super.getHintPaths()) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -