P
P
Pearlkid2012-10-09 17:10:20
Programming
Pearlkid, 2012-10-09 17:10:20

Different behavior of a Unity3D project on different machines?

Have a nice day, everyone!
2 people are involved in writing the game. Recently, I began to observe the following: when transferring a project from one machine to another, different behavior of mobs is observed.
Today's example: on a Windows machine, monsters fly as expected, but when transferred to MacOS, monsters are stupid in every possible way, they fly in the wrong place (and so on). The difference is colossal.
Who can tell what is the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Antares19, 2012-10-09
@Pearlkid

It looks like a problem with determinism on different machines, most likely platform-specific code or data structures are used in the calculations. You need to look for what specifically makes this difference, debugging here can be very difficult.
There is a great post on the topic, I highly recommend it:
sharpc.livejournal.com/75072.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question