playMaker

Author Topic: my keyboard didn't break down  (Read 6230 times)

Caroline Vaughan

  • Playmaker Newbie
  • *
  • Posts: 1
my keyboard didn't break down
« on: December 16, 2025, 11:23:34 PM »
i tried to change a state name but when i pressed 'e' key or other key, focus moved at scene view.
and i tried type "abccced" at state name box but  "a" leaved at state name box and other "bccced" didn't write it.

how can i this problem..

my keyboard didn't break down..

Edwasalez

  • Playmaker Newbie
  • *
  • Posts: 2
    • FNF
Re: my keyboard didn't break down
« Reply #1 on: January 12, 2026, 02:24:30 AM »
This could be a UI bug or focus management issue. It might help to check if there’s a setting or shortcut that's causing the focus to shift unexpectedly. Alternatively, you could try restarting the program or checking for updates to see if that resolves the issue.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4399
  • Official Playmaker Support
    • LinkedIn
Re: my keyboard didn't break down
« Reply #2 on: January 12, 2026, 01:15:50 PM »
What versions of PlayMaker/Unity are you using?

EDIT: In the past when this happens it's because another editor window or tool is grabbing keyboard focus. Try resetting the layout to see if that fixes it. If it does, keep adding windows back to find the editor window/tool causing the issue.
« Last Edit: January 13, 2026, 06:06:36 PM by Alex Chouls »

RynHong

  • Playmaker Newbie
  • *
  • Posts: 1
Re: my keyboard didn't break down
« Reply #3 on: May 14, 2026, 07:51:00 AM »
I’ve noticed with Playmaker a lot of weird issues end up being related to whether you’re modifying the transform itself or the transform.position value. Also worth checking if the action is running in OnUpdate() instead of a regular Unity Update() method since Playmaker actions handle things a bit differently.

ilyacolton

  • Playmaker Newbie
  • *
  • Posts: 1
Re: my keyboard didn't break down
« Reply #4 on: May 19, 2026, 02:23:35 AM »
Oh, exactly! Playmaker often has those "tricks" with transform and update, it's easy to get caught.
fnaf