Search found 3 matches

by MikkoH
01 Feb 2010, 14:32
Forum: .Net / Unity3D API
Topic: Firefox Unity3d Error
Replies: 3
Views: 7186

Looks like the OnApplicationQuit doesn't get called in Safari when you have multiple tabs with multiple Unity Players running in them. (guess that one is a Unity bug)
by MikkoH
26 Jan 2010, 18:39
Forum: .Net / Unity3D API
Topic: Firefox Unity3d Error
Replies: 3
Views: 7186

Basically this is just a demo I am building for a client.

So what I do is I send an object with the position and rotation of the player.
If someone receives that object I instantiate "another player" that is controlled by the objects received from the server.

Sooo... I have one player in game ...
by MikkoH
25 Jan 2010, 21:18
Forum: .Net / Unity3D API
Topic: Firefox Unity3d Error
Replies: 3
Views: 7186

Firefox Unity3d Error

I'm having an odd problem.

For some reason the very first time I hit my game on Firefox everything runs smoothly-
I connect to the server
Join a zone
Join a room
Start sending messages

For some reason the second time I hit the application without restarting FireFox it seems that I go:
I connect to ...