Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/editor-physics-simulation.svg?style=pkglnk)](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

Wishlist my game on steam

Credit me at will.

Comments

No comments yet. Be the first!