Skip to content

You can just change Enter Play Mode Settings #4

@malvislight

Description

@malvislight

Unity Agent Client DOES NOT recommend using AI agents for coding within the editor. Due to Unity's constraints, editing C# scripts triggers a Domain Reload, disconnecting the session.

You can just change Enter Play Mode Settings to avoid this problem. All you need to do is change the value of EditorSettings.enterPlayModeOptions.

Image

From code:

EditorSettings.enterPlayModeOptions = EnterPlayModeOptions.DisableDomainReload;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions