Coder Social home page Coder Social logo

vudon-logger's Introduction

Shows a white 'VARNEON' banner in dark mode and black 'VARNEON' banner in light mode

Twitter Patreon YouTube VRChat - Worlds

FAQ - Worlds FAQ - Patreon

vudon-logger's People

Contributors

varneon avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

vudon-logger's Issues

Invalid Dependencies

Hi, im trying to install this on my project but im getting missing dependencies errors. I installed both v-inspector and neon-inspector. Im using unity 2022.3.6f1 and VRC SDK 3.5.1
image

Make UdonConsole divider line more obvious

Due to the subtlety of the divider between the log and the info sections, my brain keeps thinking that the into panel line is part of the logs and throws me off when I'm expecting certain log orders.

Log entry count fields don't have any range or minimum value constraints

None of the following fields have any range or minimum value constraints, resulting in the end user being able to set any of them to negative or an invalid value.

Add option for changing the timestamp format on UdonConsole

Some creators may prefer using other formats for the log timestamps than "yyyy.MM.dd HH:mm:ss", which right now is hardcoded:

https://github.com/Varneon/VUdon-Logger/blob/main/Packages/com.varneon.vudon.logger/Runtime/Udon%20Programs/UdonConsole.cs#L159

Adding options to customize the format template and switching to an alternative time source such as instance time will allow for much more freedom and better serve the creators' specific needs.

[0.4.0] Support removal of the canvas element for custom UI setups.

These lines
https://github.com/Varneon/VUdon-Logger/blob/0.4.0/Packages/com.varneon.vudon.logger/Editor/UdonConsoleEditor.cs#L39
https://github.com/Varneon/VUdon-Logger/blob/0.4.0/Packages/com.varneon.vudon.logger/Runtime/Udon%20Programs/UdonConsole.cs#L532
should call GetComponentInChildren(typeof(VRCUiShape), true) instead of GetComponentInChildren<Canvas>(true) to allow the UI to be placed under a custom canvas object without requiring nested canvases. The UiShape (and it's respective collider) is assumed to be the root element of all VRChat UI interactions anyways, so it is more reliable and allows flexibility with custom canvas setups.

Repository listing dependency missing

VUdon-Logger 0.4.0-alpha.3 depends on the Editors dependency, which is unavailable in the VUdon repository listing, only in the Experimental repository listing. Consider adding the Editors dependency to the other repo listing, or maybe publish just the releases that depend on experimental only to that repo listing until they reach a state that they can be moved out of experimental.

I ran into this issue due to trying to update to the latest of the logger, but I have pre-releases enabled for my other repository listing (cannot specify pre-release visibility on a per-listing basis unfortunately).

Usage On VUdon-Logger

How do you exactly use this Im a bit confused. As I try Log only thing that pops up is Debug.Log and then I tried to ref the script I got the methods but its an abstract class.

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.