Coder Social home page Coder Social logo

unity.library.eppz.utils's Introduction

eppz! Utils

part of Unity.Library.eppz

  • ActivateOnAwake.cs

    • Sets each given GameObject active on awake.
  • ExecutionOrder/ExecutionOrder.cs

    • Adds attributes like [ExecutionOrder(500)] to have your script execution order managed explicitly. Editor/ExecutionOrders is process every class when it is loaded.
  • Editor/ClipSurgery.cs

    • Animation tool to fix broken paths, remap animation targets / properties, copy keyframe tangents, or even copy entire animation curves (work-in). Goes to Window/eppz!/Clip Surgery.
  • Editor/CodeStats.cs

    • Basic code statistics (line number / statement count distribution). Goes to Window/eppz!/Code Stats.
  • Editor/HandTool.cs

  • Editor/ScriptSurgery.cs

    • Helper tool to fix missing script references. Goes to Window/eppz!/Script Surgery.
  • Editor/SelectByLayer.cs

    • As title goes, script to select each GameObject on a given Layer. Goes to Window/eppz!/Select by Layer.
  • Editor/SliceRenamer.cs

    • Convenient tool to rename slices in your Sprite Sheet assets. Goes to Window/eppz!/Select by Layer.
    • Also contains one of my favourite invention: a very interesting class EmbeddedImage, that allows you to store Texture2D images right in the C# source code (encoded to Base64 string), and access / decode it at runtime. Really convenient to package Editor Tool textures into a single file.
  • Editor/Snap.cs

    • Some helper to snap your GameObject transform positions in Editor. Menu items goes to eppz!/Snap (see keyboard shortcuts beside menu items).

License

Licensed under the MIT license.

unity.library.eppz.utils's People

Contributors

geri-borbas avatar charles-bruel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.