playMaker

Recent Posts

Pages: [1] 2 3 ... 10
1
PlayMaker Help / Bug or not bug?
« Last post by stigma on Today at 10:54:32 AM »
Incomprehensible. I have a scene with background music whose volume is set to 0.2
I click on an object so that it rotates in front of the camera. With a right click, I put it back in its place but at that moment, the volume of the music increases to 0.5, which is too loud for the atmosphere.
In the actions, I just have a script that rotates the object 360 degrees. Actions do not affect sound. Where can this problem come from?
Thanks in advance because I don't understand what's going on.
2
General Discussion / Uninhibited dating, no boundaries
« Last post by gio987654321 on Today at 09:04:16 AM »
Turn casual moments into unforgettable dates – choose the best casual dating site!
Night games. No obligations. One night only.
Authentic Maidens
Super casual Dating
3
I SOLVED IT!!! I had to destroy and create the collider component then activate composite collider component, but then I would fall through the terrain, so for a couple frames I had to freeze the player in place. Whoo...

I realize destroying objects can result in a lot of junk, but we will cross that bridge when we get there, unless you have any other suggestions...
4
I also noticed that reseting the tilemap collider in the inspector on/off seems to be the issue. How do I reset a component? I don't see an action for this, even in the ecosystem browser. Is this a cache issue (thought I saw that from a website somewhere). Would reseting the cache help? If so, how do you do that at runtime? I don't want to use set property because I want to standardize the process (copy and paste fsm on multiple game objects) and enabling behavior gives me an error like I said earlier.

Thanks!
5
I forgot to mention that enabling and disabling the tilemap collider (whether at runtime or in editor, not gameplay) fixes this issue but enabling behavior causes an error. Would late update be affecting this (I’m not sure how it is currently set).

Thanks!
6
PlayMaker Help / Child game object tilemap collider not following parent
« Last post by misterjuly on May 17, 2024, 07:49:42 PM »
Hello,

I have a tilemap that has a parent that it is supposed to follow it when I rotate it. It does this when I mirror the object a couple of times (example it starts at rotation y axis 0, I flip the parent to 180, I have this parent so the child stays in place, I flip it back and the tilemap is where it is supposed to be but the collider is off to one side or another). This happens even if I modify the y values in the editor NOT during gameplay (but it does that too). Any help would be greatly appreciated. I know this may not be a playmaker issue but you guys have always been very good at responding and it might involve playmaker to solve so I thought I’d post it here.

Thanks!
7
PlayMaker Help / Re: Mouse Down Not Working on Touch
« Last post by stigma on May 17, 2024, 02:22:53 AM »
did you put the object in a layer and use this same layer in the event?
8
PlayMaker Help / Re: EasySave 3 Save Slots
« Last post by djaydino on May 16, 2024, 08:10:40 PM »
its best just to do direct files you can do SaveFile1 / SaveFile2
you can set the a global GameObject ( where you handle all Load / Save )
Then use Set Fsm String to set the Path for example, set variable Name as : currentSaveSlot
and use that for all load / save actions
 
9
PlayMaker Help / Mouse Down Not Working on Touch
« Last post by BroliZn on May 16, 2024, 10:10:18 AM »
Hi all, hoping someone can help. Let me try and explain this as best I can. Im currently using unity 2020.3.12f1 and playmaker version 1.9.1.

So heres the issue, using a touch screen, when clicking on an 3d game object, Im unable to trigger the "mouse down" event. Im specifically using it as a global transistion. If I mouse my finger over and off an object, the respective "mouse over" and "mouse exit" events trigger, its only the mouse down event that does not work.

Heres the bigger mystery. I have the exact same setup in unity 2018 with playmaker 1.9.0 and everything works as it should.

Any ideas on whats wrong?
10
PlayMaker Help / Re: EasySave 3 Save Slots
« Last post by LoneCipher on May 15, 2024, 09:44:22 AM »
Thank you for the reply.
If I append the path setting to something like Slot1\SaveFile.es3 that will use a file at that location.
How would I append this programmatically? Would I need to build a string and use that as path?
Slot number + save file name with slot number being a global variable?
Pages: [1] 2 3 ... 10