PUN 2D demo

Options
habe
habe
Hi,
I have downloaded PUN 2D demo
But I faced such a problem: the boxes which are respawned on the map could hardly be moved by the second and the following players.
It means the player who joins first can move them normally, but the person who comes next has problems with their movement, he slips through the boxes and sometimes is not able to take them down, as you can see in the picture http://avtato.com/88aa.jpg

The web demo is here http://avtato.com/web3.html

Thx

Comments

  • Tobias
    Options
    I guess that's a problem of how the game sets up the collision layers. The boxes are obviously ignoring the second player.
    Take a look at our 2D demo in the PUN package. It should behave OK and you can look up what's the solution there.

    Let us know if our demo also has this issue. Afaik, it's fine.
  • habe
    Options
    Hi,
    1. The box has Layer Ground
    2. There are many errors in the demo which I downloaded here https://www.assetstore.unity3d.com/en/#!/content/1786

    Such as: there is no motion animation, the jump doesn't work and so on.
  • Tobias
    Options
    Please download the package again and re-import into a new, empty project. As far as I can see, the demo works when it's imported in a clean project.
    Which Unity version do you use?
  • habe
    Options
    Today I have downloaded PUN DEMO again.
    But it is still as buggy as it was: there is still no motion animation, the jump doesn't work and so on.

    Unity 4.6 pro
  • Tobias
    Options
    I just tried the Demo2DJumpAndRunWithPhysics in Unity 4.6 and it worked fine. Jumping is ok and animations play, too.
    I can't reproduce the issue without more info, sorry.

    Are you sure your client can connect successfully? Anything in the console?
    Did you enter your AppID properly?
    http://doc.exitgames.com/en/pun/current ... tial-setup