playMaker

Author Topic: How do i prevent playmaker from lagging when i input text ?  (Read 2695 times)

ramiroelliot

  • Playmaker Newbie
  • *
  • Posts: 1
How do i prevent playmaker from lagging when i input text ?
« on: November 24, 2024, 10:30:37 PM »
In fsms when i type in the description of a state and in other situations it is very slow. But not always… what is going on?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: How do i prevent playmaker from lagging when i input text ?
« Reply #1 on: November 26, 2024, 10:03:50 AM »
Hi,

 you likely have a logic somewhere that reacts on inputs as the user is typing, making costly operation such as saving data in playerprefs or other support.

what does it says in the log, do you have warnings or errors as you type?


Bye,

Jean

Broken Stylus

  • Beta Group
  • Hero Member
  • *
  • Posts: 824
Re: How do i prevent playmaker from lagging when i input text ?
« Reply #2 on: December 04, 2024, 05:25:41 AM »
But the question is about editing things in the Graph View, which is not runtime.
I noticed that sometimes PM can lag. Too many windows can do this for example. Some windows (tabs) are more costly than others in chipset resources. You can see that even when pressing Play (Run), merely closing some windows or displaying smaller FSMs will make things far more fluids in the Game tab.