Unity Editor Physics Simulation
Allows you to simulate physics inside the unity editor. Supports unity´s undo System & + Full documentation
com.stefaaan06.editor_physics_simulation 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/editor-physics-simulation.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Editor Physics Simulation** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/editor-physics-simulation.git
```
[](https://www.pkglnk.dev/pkg/editor-physics-simulation)README
Unity-Editor-Physics-Siumlation
Scene Physics Tool is a simple Unity Editor Extension that enables you to simulate physics within the Unity Scene View. This tool is especially useful for level design and previewing physics interactions within your scenes. It provides an easy way to run physics simulations for selected GameObjects and their child objects.
Features
Simulate accurate physics interactions in the Unity Scene View.
Realtime preview of the simulation
Control the duration of the physics simulation.
Control the mass of the physics simulation.
Optionally run physics simulations for child GameObjects.
Full documentation
Installation
To use the Scene Physics Tool in your Unity project, follow these steps:
Open the unity package manager
Add a new package using the projects url: https://github.com/Stefaaan06/Unity-Editor-Physics-Simulation.git
Copy the ScenePhysicsTool.cs into your project's Assets directory.
Alternatively you can just download the repository and copy the "EditorPhysicsTool.cs" script into your Unity project's "Assets/Editor" directory.
Usage
Select the GameObject you want to simulate physics for in the Unity Scene View.
Add the "EditorPhysicsTool.cs" script to said game object.
Adjust the "Simulation Time" and "Run only for Children" settings as needed.
Click the "Run Physics" button to start the physics simulation.
Press your undo shortcut, or go into the Unity undo menu to undo any unwanted simulations
Creator
Stefaaan06 - Creator and maintainer
Credit me at will.
No comments yet. Be the first!