vrcbce icon indicating copy to clipboard operation
vrcbce copied to clipboard

Couple of Issues with newest release

Open NataIynn opened this issue 3 years ago • 7 comments

Here's a couple of issues, I've noticed in my world with using this asset.

Using M.O.O.N's UI Pool Table Prefab.

  • Pool Tables automatically reset during playing the game.
  • Pool Tables UI gets stuck/locked if someone starts the game and leave, making the pool table complete useless. (I'm not sure 100% how this happens, just speculating. However this issue was happen.)

NataIynn avatar Jun 18 '21 08:06 NataIynn

Unable to reproduce this in some simple checks: I'll need more information.

FairlySadPanda avatar Jun 19 '21 15:06 FairlySadPanda

I'm not sure how to fully reproduced the issues. Just wanted to report them, cause I'm quite confused why or how it's happening as well.

NataIynn avatar Jun 20 '21 07:06 NataIynn

Natalynn: If you want confirm it's bug, better start new scene, put only the table prefab, and play with it in test world. If you can find bugs in the UI even in the test world, means you can reproduce the bug, then FairlySadPanda can fix it.

If bug cannot reproduced, then it's most likely caused by the world itself, other script can interference, or some world parts, like colliders in floor and around, can interference the UI.

MrDummyNL avatar Jun 20 '21 10:06 MrDummyNL

Natalynn: If you want confirm it's bug, better start new scene, put only the table prefab, and play with it in test world. If you can find bugs in the UI even in the test world, means you can reproduce the bug, then FairlySadPanda can fix it.

If bug cannot reproduced, then it's most likely caused by the world itself, other script can interference, or some world parts, like colliders in floor and around, can interference the UI.

The thing is, I've uses the pool table before this new ui update stuff and it worked fine no issues. Then I've tried m.o.o.ns and stuff broke. But i'll keep experimenting.

NataIynn avatar Jun 20 '21 12:06 NataIynn

Oke, i noticed 2 problems you talked:

  • sudden reset: happens when some1 left world. This issue chance is very low. So far i see we win game.
  • stuck in game mode, no reset possible. Possible if someone left?

MrDummyNL avatar Jun 22 '21 23:06 MrDummyNL

Thats good, I'm not the only one.

NataIynn avatar Jun 23 '21 09:06 NataIynn

Have fixed up the player departure code in 1.1.5 to stop the InstanceOwner being needed to handle people who leave (!!).

The sudden reset bug I'm unsure on.

FairlySadPanda avatar Jun 27 '21 00:06 FairlySadPanda