ParticlePhysics simulate the dynamics of sand-like particles in Unity.
This is an implementation of the research paper "Particle-Based Simulation of Granular Materials".
- com.unity.mathematics: 1.2.6
- com.unity.visualeffectgraph: 12.1.0
Please install the .unitypackage
distributed from the release page into your project.
Clone this repository, and copy example files(./Assets/Examples) into your project.
This project is under development.
I'm not responsible for any damages resulting from the use of this software.
- Tomohiro Kuwano
- E-mail:[email protected]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.