Forum Replies Created
-
AuthorPosts
-
c4ccParticipant
Thanks for answering, btw, would you answer this physics question please?
c4ccParticipantAlso, why is it that margins only work on mesh, preventing other objects passing through but not on boxes? Also, when I assign margin mesh to moving objects, the scene lags horribly?
Note, ObjectA is the objects group I need to move around via player controlsHere objects still pass through a little
c4ccParticipantThanks,
Hi c4cc,
yes, margin is intended exactly for such cases.
So does margin work for all coordinates, or do I specify specific values for x, y, z coordinates respectively? e.g., 1 = x, 1 = y, 1= z?
c4ccParticipantc4ccParticipantc4ccParticipantc4ccParticipantc4ccParticipantI would just use the object puzzles distance or get transform of each object, and then use the remove puzzle.
Btw, do I need a list, to target specific objects with the same puzzles?
2023-12-18 at 1:53 pm in reply to: Keyboard Events unresponsive after double tapping key event input/function #69231c4ccParticipantc4ccParticipantc4ccParticipantAlso, in this updated puzzles, I’m trying to get my character to kick an enemy, thus destroying it. As you can see, I set my puzzles to hide the enemy object after the distance between puzzles determines the target is within kicking range, and when the HP is reduced to 0, or more.
But after a few kicks, only does the enemy disappear. Why is there a lag in disappearing?
On second thought, I may have solved this issue, by differentiating between left and right kicks. So now, my character sofar seems to be able to destroy by left or right kicks individually.
it’s better use only one “every frame” puzzle for all your puzzles.
So do you mean this for only my puzzles that determine damage and distance between objects?
c4ccParticipantit’s better use only one “every frame” puzzle for all your puzzles.
Thanks, I’ll keep this in mind. Do you mean, joining the puzzles together like this?
Also, in this updated puzzles, I’m trying to get my character to kick an enemy, thus destroying it. As you can see, I set my puzzles to hide the enemy object after the distance between puzzles determines the target is within kicking range, and when the HP is reduced to 0, or more.
But after a few kicks, only does the enemy disappear. Why is there a lag in disappearing?
c4ccParticipantSo far, it seemed to work, but I’ll run more tests and see how it goes
Attachments:
You must be logged in to view attached files.2023-11-19 at 2:51 pm in reply to: Keyboard Events unresponsive after double tapping key event input/function #68658c4ccParticipantThanks for the feedback, but my intention was to disable certain key function/inputs during double tapping
2023-11-18 at 7:34 pm in reply to: Keyboard Events unresponsive after double tapping key event input/function #68652c4ccParticipant -
AuthorPosts