Skip to content

Terminal popups during Unity compile #22

@FodderMK

Description

@FodderMK

Whenever Unity compiles (such as re-importing scripts) I see two windows pop up and quickly disappear. This is being caused by the processes spun up via ProtocCompiler.CreateDescriptor and ProtocCompiler.CompileProto methods. It could also have something to do with my system using the new Windows Terminal app as the default. It's not breaking anything but I do find it distracting. Could CreateNoWindow=true be added to the ProcessStartInfo settings to prevent these windows?

Somewhat related, the log messages Android Performance Tuner SceneListChanged and Android Performance Tuner RefreshAssetsCompleted are a bit excessive. Could they be disabled?

Edit: Another alternative would be detecting if these ProtocCompiler calls even need to be made. If nothing related to PerformanceTuning has changed then it's likely the calls can be skipped

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions