suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

WarpPortalEntity Bug #1241

Closed Callepo closed 2 years ago

Callepo commented 3 years ago

You cant teleport through a portal if ur on a Vehicle using charactercontroller, cause it turns off the controller to use the one on the bike.

basically u have to unmount to tp and then get back up which is dumb..

image

This code made it able to tp anyways, cuase the portal still see the players _HitBox which has also Player Tag, so by getting that objects parent i still grab the playerentity and can tp... Maybe u can solve this internally, but this works for now.

insthync commented 3 years ago

I will change it to

Screenshot_755

insthync commented 2 years ago

Fixed in 1.71b