All Projects β†’ PixelWizards β†’ com.pixelwizards.utilities

PixelWizards / com.pixelwizards.utilities

Licence: MIT license
Some Unity utilities (UV tools, resource checker etc) packaged for Unity's Package Manager

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to com.pixelwizards.utilities

Scena
🎬 Scena is a component that represents the timeline of Scene.js. You can control time, properties, and items.
Stars: ✭ 259 (+324.59%)
Mutual labels:  timeline, scene
Scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
Stars: ✭ 2,019 (+3209.84%)
Mutual labels:  timeline, scene
UnitySceneSwitcher
Editor extension for quick scene switching.
Stars: ✭ 38 (-37.7%)
Mutual labels:  scene, openupm
react-native-startup-time
measure startup time of your react-native app
Stars: ✭ 88 (+44.26%)
Mutual labels:  profiling
angular-gantt-schedule-timeline-calendar-example
Angular gantt-schedule-timeline-calendar usage example
Stars: ✭ 15 (-75.41%)
Mutual labels:  timeline
rails-mini-profiler
Performance profiling for Rails, made simple πŸ¦”
Stars: ✭ 380 (+522.95%)
Mutual labels:  profiling
gl-bench
⏱ WebGL performance monitor with CPU/GPU load.
Stars: ✭ 146 (+139.34%)
Mutual labels:  profiling
perforator
Record "perf" performance metrics for individual functions/regions of an ELF binary.
Stars: ✭ 33 (-45.9%)
Mutual labels:  profiling
TimelineView
No description or website provided.
Stars: ✭ 18 (-70.49%)
Mutual labels:  timeline
sensorr
πŸΏπŸ“Ό Sensorr - Your Friendly Digital Video Recorder
Stars: ✭ 90 (+47.54%)
Mutual labels:  scene
rgbd person tracking
R-GBD Person Tracking is a ROS framework for detecting and tracking people from a mobile robot.
Stars: ✭ 46 (-24.59%)
Mutual labels:  scene
angular-timelinejs3
A timelineJS3 angular directive
Stars: ✭ 26 (-57.38%)
Mutual labels:  timeline
vertical-timeline
Responsive, jQuery-based vertical timeline generator
Stars: ✭ 75 (+22.95%)
Mutual labels:  timeline
keyframe
A simple keyframe utility for custom animation
Stars: ✭ 16 (-73.77%)
Mutual labels:  timeline
lucafail-timeline
A chronological overview of the Luca App based on recent coverage in online and print media, statements from IT and security experts, discussions in social media, talks and videos, Gitlab-issues as well as freedom of information requests on fragdenstaat.de
Stars: ✭ 23 (-62.3%)
Mutual labels:  timeline
BakingSheet
Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
Stars: ✭ 144 (+136.07%)
Mutual labels:  openupm
VideoTimelineView
Video timeline UI for iOS Apps
Stars: ✭ 103 (+68.85%)
Mutual labels:  timeline
jQuery-Google-Plus-Stream
jQuery Google Plus Stream
Stars: ✭ 16 (-73.77%)
Mutual labels:  timeline
spring-startup-analysis
Simple module to analyse bean construction in Java Spring
Stars: ✭ 76 (+24.59%)
Mutual labels:  profiling
three-render-objects
Easy way to render ThreeJS objects with built-in interaction defaults
Stars: ✭ 33 (-45.9%)
Mutual labels:  scene

com.pixelwizards.utilities

openupm

Some useful Utility tools for Unity.

Note: this repo uses Git LFS

Project Tracker

https://github.com/orgs/PixelWizards/projects/1/views/1

Usage

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.pixelwizards.utilities

Install via git url

Add this to your project manifest.json

"com.pixelwizards.utilities": "https://github.com/PixelWizards/com.pixelwizards.utilities.git",

OpenUPM Support

This package is also available via the OpenUPM scoped registry: https://openupm.com/packages/com.pixelwizards.utilities/

Prerequistes

  • This has been tested for >= 2018.3

Content

Tools

  • Timeline/Multi-Scene Swap track - added a new Timeline track to drive multi-scene config loading. Also see Multi-Scene Swap Helper
  • Assets/Create/Scene Management/Multi-Scene Loader - multi scene loading system (see Samples for Runtime API usage as well!)
  • Assets/Texture Combiner - lets you pack texture channels (combine multiple maps for HDRP textures etc)
  • Assets/Find all References - find all references of a given object
  • Assets/Batch Import - batch import a bunch of .unitypackages (including optional subfolders)
  • Edit/Distribute/Along X / Y / Z - distributes selected game objects in the scene
  • Edit/Settle Physics - allows you to activate physics in edit mode to 'drop' / settle objects dynamically
  • various other tools - 'Create GameObject at Root' etc
  • Edit/Find in Project
  • Edit/Group - create groups from gameobjects (ctrl-shift-g)
  • Edit/Reset Parent Transform - if you have groups you want to reset the parent transform position
  • Edit/Global Defines wizard - manage your .rsp files
  • Edit/Enable / Disable Gizmos
  • Edit/Replace Materials in object
  • Edit/Replace Selection - bulk replace objects in a scene
  • Tools/Text to TextMeshPro - converts legacy Text UGUI elements to a TextMeshPro UGUI text field
  • Window/Analysis/ResourceChecker - shows resources loaded in a scene, very useful for optimizing builds
  • Window/Analysis/Console Call Stack Helper - reformats an entry in the console to display the call stack properly
  • Window/Sequencing/Duplicate with Bindings - attempts to clone a timeline keeping it's bindings (experimental)
  • Window/Toggle Locks -

Components

  • EditorNote - add notes to objects in the editor (ignored in play mode) - useful to add visual tips in scene view
  • FreeCam - adds a free fly cam similar to the scene view (useful for debugging etc)
  • SelectionBase - adds the [SelectionBase] attribute to a game object, ensuring that the top level object in a complex prefab is selected properly in scene view
  • SetTargetFramerate - calls Application.targetFramerate to specify the desired framerate for the game

Keyboard Shortcuts

  • CTRL+SHIFT+G - Create New Group (empty gameobject) from selected objects
  • CTRL+W - Toggle the lock icon on the active editor window
  • CTRL+E - Toggle the current window mouse over
  • CTRL+SHIFT+W - Toggle Lock all Editor Windows
  • Numpad 7 - Scene view Top
  • Numpad 5 - Switch between ISO / Perspective View Scene View
  • Numpad 1 - Scene view Left
  • Numpad 3 - Scene view back

Samples

  • None currently

Required dependencies

  • None
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].