[0.10.22] Stuck trying to climb up over a specific ledge [RESOLVED 0.10.25]

Locked
User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

[0.10.22] Stuck trying to climb up over a specific ledge [RESOLVED 0.10.25]

Post by pango »

While doing climbing tests, I noticed that I could get stuck trying to climb over a specific ledge.
This is not a regression, it has been around since at least 0.10.10 (didn't check with older versions).
Capture du 2020-04-26 09-31-52.jpg
Capture du 2020-04-26 09-31-52.jpg (49.82 KiB) Viewed 2066 times
Attachments
SAVE631.zip
(188.93 KiB) Downloaded 130 times
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: [0.10.22] Stuck trying to climb up over a specific ledge

Post by pango »

It seems there's a faint gap in the model, I suspect that could be the cause
Capture du 2020-04-26 09-36-28.jpg
Capture du 2020-04-26 09-36-28.jpg (88.29 KiB) Viewed 2064 times
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: [0.10.22] Stuck trying to climb up over a specific ledge

Post by Interkarma »

Thank you. Will look for a workaround when I can.

User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: [0.10.22] Stuck trying to climb up over a specific ledge

Post by pango »

Actually I think that what we see on the screenshot above is not a gap, but a shadow.
The issue is that the top surface is protruding slightly
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: [0.10.22] Stuck trying to climb up over a specific ledge

Post by Interkarma »

Yes, that's correct. I have looked at this one - the problem is basically the same as the case our unstick handler resolves except encountered vertically instead of horizontally. The player controller sticks to the protruding single sided geometry due to its implementation of physics.

I'm considering general solutions to this beyond just making another unstick handler for climbing as well. I've put it on the back burner for a while as much more to do.

User avatar
pango
Posts: 3359
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: [0.10.22] Stuck trying to climb up over a specific ledge

Post by pango »

This is fixed in 0.10.25 (by switching to Unity 2019.4)
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

Locked