playMaker

Author Topic: [Solved]Very slow editor  (Read 446 times)

stigma

  • Full Member
  • ***
  • Posts: 182
[Solved]Very slow editor
« on: March 05, 2024, 02:25:11 AM »
The editor is getting slower and slower. Between 2 clicks, 1 to 2 seconds can pass. Where could this come from? THANKS

« Last Edit: March 08, 2024, 05:15:50 AM by stigma »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: Very slow editor
« Reply #1 on: March 05, 2024, 05:12:02 PM »
A few things to try:

- Turn off Realtime Error Checking: https://hutonggames.fogbugz.com/default.asp?W647
- Reset your window layout and add windows back to see if there is a particular window slowing things down.
- Avoid putting projects in any kind of network synced folder (e.g. dropbox)
- Sometimes virus checkers can slow down file access. Try disabling yours to check.


stigma

  • Full Member
  • ***
  • Posts: 182
Re: Very slow editor
« Reply #2 on: March 06, 2024, 02:35:25 AM »
Quote
If the editor is slowing down in larger projects you can disable real-time error checking in Preferences:

Preferences > Debugging > Enable Real-Time Error Checker

There is no Debugging! where is this entry?

600

  • Moderator
  • Hero Member
  • *****
  • Posts: 715
    • Flashing Lights
Re: Very slow editor
« Reply #3 on: March 06, 2024, 03:50:05 AM »
The preferences are at bottom of Playmaker Editor.

For me also helps to minimize (not expanded) PM components in inspector, please check screenshots.


stigma

  • Full Member
  • ***
  • Posts: 182
Re: Very slow editor
« Reply #4 on: March 06, 2024, 09:40:19 AM »
I was looking in the Unity preferences!

Christoph

  • Beta Group
  • Sr. Member
  • *
  • Posts: 254
Re: Very slow editor
« Reply #5 on: March 10, 2024, 03:26:55 AM »
The preferences are at bottom of Playmaker Editor.

For me also helps to minimize (not expanded) PM components in inspector, please check screenshots.
Minimizing playmaker FSMs in inspector is the most important of them all. And for playmode you might want to unselect game objects with FSMs.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: [Solved]Very slow editor
« Reply #6 on: March 10, 2024, 04:42:50 PM »
Thanks Christoph, I forgot about minimizing the FSM Inspector.