Answer by maxnorth
Alright, so this is really strange (or I'm really ignorant), but I actually solved my own problem. I figured out that when I include a '/' in the file name (I was adding the date to each build, so...
View ArticleAnswer by maxnorth
It took a while for this question to finally go up but I learned a lot in that time and solved my problem. The number one thing that was causing problems was the fact that if the rigidbodies are not...
View ArticleAnswer by maxnorth
By your first post I am starting to think that you want to know if there is a way to calculate the position and rotation where a rigidbody will be at some future point in time. If that is the case,...
View ArticleAnswer by maxnorth
I figured out the problem, and it has to do with the way that the serializer works with default constructors. I was able to make the array have the correct length in two ways: 1) by marking each field...
View Article