Universe Sandbox

Universe Sandbox => Universe Sandbox ² | Support & Bugs => Topic started by: WitheHole18 on August 24, 2014, 03:13:24 AM

Title: [FIXED] Collision not make fragment.
Post by: WitheHole18 on August 24, 2014, 03:13:24 AM
When I run a simulation of a collision, for example the Earth against the moon, form only a red glow and disappears without forming fragments.
Here's how to reveal the bug step by step:
1) Crush home menu
2)Crush '' collide ''
3) Start any collision simulation (I revealed the bug ground against the moon)
5) The collision did not form fragments.
here my file log:
Title: Re: Collision not make fragment.
Post by: WitheHole18 on August 24, 2014, 10:39:02 AM
To whom does this happen?
Title: Re: Collision not make fragment.
Post by: C7 on August 24, 2014, 11:01:28 AM
Looks like you're having a null ref. I've got it reported here, and we'll look into it.
Title: Re: Collision not make fragment.
Post by: WitheHole18 on August 24, 2014, 11:15:11 AM
what is ref?
Title: Re: Collision not make fragment.
Post by: C7 on August 24, 2014, 11:18:15 AM
what is ref?

Ref, is short for reference. It's a common abbreviation in c#, since you can flag a method argument as ref, to signify that a reference to an object is passed, instead of a copy.

http://msdn.microsoft.com/en-us/library/14akc2c7.aspx

In this case, a null reference happens when you try to access something that is either not there, null, or previously destroyed.
Title: Re: Collision not make fragment.
Post by: WitheHole18 on August 24, 2014, 11:51:26 AM
what is ref?

Ref, is short for reference. It's a common abbreviation in c#, since you can flag a method argument as ref, to signify that a reference to an object is passed, instead of a copy.

http://msdn.microsoft.com/en-us/library/14akc2c7.aspx

In this case, a null reference happens when you try to access something that is either not there, null, or previously destroyed.
ok,thanks for info
Title: Re: [RETEST] Collision not make fragment.
Post by: WitheHole18 on August 29, 2014, 01:46:59 AM
In alpha 10.1 is resolve the problem collision. Thanks  :)
Title: Re: [FIXED] Collision not make fragment.
Post by: C7 on September 07, 2014, 03:10:24 PM
Glad to hear it's working now.