Skip to content

Constant reimport in Unity editor, may or may not be protobuf issue. #15

@akoolenbourke

Description

@akoolenbourke

I've noticed that my Unity editor has started doing a reimport about ever 5 seconds. We run an addon called FMOD and if I comment out its called to its own RefreshBanks() function the issue goes away but when I profile in the editor I see that E7.protobuf is showing a large part of the CPU usage.

If I uncheck "Enable Protobuf Compilation" in the Unity preferences then the issue goes away.

Attached is a screen shot. Do you have an idea as to whether this is a problem with protobuf, maybe updating something or calling some update because of what FMOD is doing? Or maybe FMOD is just a victim.

Is it possible that protobuf is noticing something is touched and then scans the entire project? If so maybe we can restrict protobuf to scanning on a specified folder?

Thanks

image

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