Class OneJSLiveReload
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Replaces OneJS Runner's polling-based live reload with NativeFileWatcher. Attach to the same GameObject as Runner (ScriptEngine). Disables Runner.liveReload on Start and uses OS-native file change notifications instead.
[RequireComponent(typeof(Runner))]
public class OneJSLiveReload : MonoBehaviour
- Inheritance
-
objectOneJSLiveReload