playMaker

Recent Posts

Pages: 1 ... 8 9 [10]
91
The following warning appears whenever I use playemaker
Unable to find style 'ToolbarSeachTextFieldPopup' in skin 'DarkSkin' Used
Unable to find style 'ToolbarSeachCancelButton' in skin 'DarkSkin' Used
Unable to find style 'ToolbarSeachCancelButtonEmpty' in skin 'DarkSkin' Used

unity2022.3.8f1
plugins playmaker new Inputsystem


Can anyone help me with this problem
 thanks

I suggest upgrading Unity to a more recent version (past 2022.3.4f1) as the bug might have been completely fixed in later releases.
92
Hi everyone! When I created the car and set up the control with FSM PlayMaker, I noticed a strange behavior of the wheels. Their rotation was not stable. Sometimes the wheels would stand still or spin the other way, even though the car was moving forward. Check out the video on drive.google (this moment starts at 27 seconds) :

https://drive.google.com/file/d/1KHYd8g68TmBx8UXphyz8FvbtaQ2RoR6Q/view?usp=sharing

I added an RPM to each wheel collider to look at the values. Take a look for yourself:

https://drive.google.com/file/d/11SJrm_zvuqHBO8VOJDrCsWBraA3Pr56o/view?usp=sharing

It was weird. I thought I made a mistake somewhere with the FSM build and decided to make a new test-project with a simple car and with a minimum of FSM. Just forward and backward movement of the wheel colliders.
And to my surprise the same problem was there. Check out the video, I recorded the Unity window in full so you can see everything I did. Check out the video:

https://drive.google.com/file/d/1S50m8MYl6J2J2y9yrSFYX78L7qXUGi05/view?usp=sharing

This is not an optical illusion due to the difference in frame refresh rate and wheel rotation. The wheel stutters, stops, starts spinning the other way and it is clearly visible when you start driving the car. This can be seen in the RPM of wheel colliders. Aren't they supposed to smoothly change RPMs depending on speed? Instead, the RPM values jump around chaotically, creating a chaotic wheel spin.

What could be my problem with this? Hoping for a solution.

93
PlayMaker Help / Re: How do I change material properties in PlayMaker?
« Last post by alexsecl on March 07, 2024, 10:24:18 AM »
Use Set Material (property block) Float.  (Set Material Property Block Float. you can find on the Ecosystem)

Set Material Float will change the value on the material itself.
Set Material Property Block Float will change the value on the 'instance' material (aka on that object only)

The float name will probably be "_Metallic" but you can find the proper names by opening the shaders

Avoid using Get/Set Property Actions

Thanks, I did it. 8)
94
PlayMaker Help / Re: Very slow editor
« Last post by stigma on March 06, 2024, 09:40:19 AM »
I was looking in the Unity preferences!
95
PlayMaker Help / Re: Very slow editor
« Last post by 600 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.

96
PlayMaker Help / Re: Very slow editor
« Last post by stigma 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?
97
PlayMaker Help / Re: Very slow editor
« Last post by Alex Chouls 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.

98
PlayMaker Help / Re: How do I change material properties in PlayMaker?
« Last post by djaydino on March 05, 2024, 08:12:50 AM »
Use Set Material (property block) Float.  (Set Material Property Block Float. you can find on the Ecosystem)

Set Material Float will change the value on the material itself.
Set Material Property Block Float will change the value on the 'instance' material (aka on that object only)

The float name will probably be "_Metallic" but you can find the proper names by opening the shaders

Avoid using Get/Set Property Actions
99
PlayMaker Help / [Solved]Very slow editor
« Last post by stigma 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

100
I know I'm dredging up an old topic, but I'm getting the same error at the two above. Just wanted to add in case these users maybe figured it out? Posted a new topic about my specifics.
Pages: 1 ... 8 9 [10]