Version: 2018.2

EditorApplication.isPlayingOrWillChangePlaymode

Switch to Manual
public static bool isPlayingOrWillChangePlaymode ;

Description

Находится ли проигрыватель в режиме воспроизведения, или переключается на него? (только чтение)

This will return true when editor will switch to play mode after finishing some tasks (e.g. after scripts will be recompiled).

See Also: isPlaying, isCompiling.