GithubHelp home page GithubHelp logo

varneon / v-inspector Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 38 KB

Unity Editor toolkit for creating custom inspectors with UIElements

License: MIT License

C# 100.00%
unity-editor unity-inspector unity-uielements vrchat-vpm

v-inspector's People

Contributors

varneon avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

v-inspector's Issues

Cache the previous field parent element when creating inspectors

Current version of VInspector requires FieldParentElement attribute to be defined on every field.

Caching the previous parent element attribute would make them function more like Header attributes, also making it easier to migrate from default header attributes to field parent element attributes.

The chain of fields parented to a certain element should be able to be broken with [FieldParentElement(null)], which reverts the cached parent back to default inspector element.

VCC can't find dependencies.

2022-12-26 18:57:22.853 -05:00 [ERR] Could not get match for com.varneon.v-inspector 0.1.0
2022-12-26 18:57:22.864 -05:00 [ERR] Could not find required dependency com.varneon.v-inspector 0.1.0
2022-12-26 18:57:22.864 -05:00 [ERR] Could not get all dependencies for package com.varneon.neon-inspector 0.0.1
2022-12-26 18:57:22.873 -05:00 [ERR] Could not get match for com.varneon.v-inspector 0.1.0
2022-12-26 18:57:22.873 -05:00 [ERR] Could not find required dependency com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.069 -05:00 [ERR] Could not get match for com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.069 -05:00 [ERR] Could not find required dependency com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.070 -05:00 [ERR] Could not get all dependencies for package com.varneon.neon-inspector 0.0.1
2022-12-26 18:57:23.076 -05:00 [ERR] Could not get match for com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.076 -05:00 [ERR] Could not find required dependency com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.256 -05:00 [ERR] Could not get match for com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.256 -05:00 [ERR] Could not find required dependency com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.256 -05:00 [ERR] Could not get all dependencies for package com.varneon.neon-inspector 0.0.1
2022-12-26 18:57:23.263 -05:00 [ERR] Could not get match for com.varneon.v-inspector 0.1.0
2022-12-26 18:57:23.263 -05:00 [ERR] Could not find required dependency com.varneon.v-inspector 0.1.0

I have both neon inspect and v inspector.

Automate VPM releases

Automate the release workflow for creating new releases based on package manifest information with following assets included:

  • .zip compatible with VRChat Package Manager
  • .unitypackage

Remove version file

UPM package's version is stored in the manifest, version file is obsolete

Float/Integer field of ranged slider fields gets overridden when trying to modify

The registered callback for value change is pointing to the wrong element at:

((INotifyValueChanged<float>)valueField).RegisterValueChangedCallback(a => ((INotifyValueChanged<float>)valueField).SetValueWithoutNotify(Mathf.Clamp(a.newValue, rangeAttribute.min, rangeAttribute.max)));
and
((INotifyValueChanged<int>)valueField).RegisterValueChangedCallback(a => ((INotifyValueChanged<int>)valueField).SetValueWithoutNotify(Convert.ToInt32(Mathf.Clamp(a.newValue, rangeAttribute.min, rangeAttribute.max))));

Instead of calling SetValueWithoutNotify on valueField, it should be called on slider.

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.