Stefaaan06 / Unity-Editor-Physics-Simulation

Allows you to simulate physics inside the unity editor. Supports unity´s undo System & + Full documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

Wishlist my game on steam

Credit me at will.

About

Allows you to simulate physics inside the unity editor. Supports unity´s undo System & + Full documentation

License:GNU General Public License v3.0


Languages

Language:C# 100.0%