Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shda/RemoteSceneMonitor

Web interface for debug object to scene Unity.
https://github.com/shda/RemoteSceneMonitor

unity unity3d

Last synced: 2 months ago
JSON representation

Web interface for debug object to scene Unity.

Awesome Lists containing this project

README

        

# Web interface for debug object to scene Unity.

Features include:
* list of all gameobjects in all scenes
* remove gameobjects or change parents from game objects on scenes
* get and change the position, rotation and scale of gameobjects

UPM Package
---
After Unity 2019.3.4f1, Unity 2020.1a21, that support path query parameter of git package. You can add `https://github.com/shda/RemoteSceneMonitor.git?path=Assets/RemoteSceneMonitor` to Package Manager

or add `"com.shda.remote-scene-monitor": "https://github.com/shda/RemoteSceneMonitor.git?path=Assets/RemoteSceneMonitor"` to `Packages/manifest.json`.

![](/Screenshots/2_screenshot.png)