andriyDev

Results 64 issues of andriyDev

I'm new to Rust so this might be a basic problem. I couldn't find an example of MeasureFuncs in stretch. I'm trying to create a text leaf node. I wrote...

### Description Instantiating a NetworkObject prefab and passing in a NetworkObject parent causes the client to error with `NotServerException`. ### Reproduce Steps 1. Start server 2. Connect with client 3....

type:bug
priority:low
stat:imported

Previously only one node was allowed as an output from a condition node's true/false ports. Now, multiple nodes can be outputs and they are serialized correctly. This can let me...

I'm new to Rust so this might be a basic problem. I couldn't find an example of `MeasureFunc`s in stretch. I'm trying to create a text leaf node. I wrote...

usability
controversial

On Windows, CMake does not generate PDB files when compiling in debug mode. This can cause problems if the original CMake files try to use the PDB files. For example,...

enhancement
help wanted

Previously, since the bind groups do not get updated every frame, modified image assets would not be rebound. This caused hot reloading to no longer work. Similarly, the TextureArrayCache (when...

I am on Windows using version 0.10.0 (I also tried HEAD of the master branch), and hot reloading the tilesets doesn't seem to work! I looked into this myself, and...

bug

The README is out of date. `print_schedule` needs to be replaced with `print_schedule_graph`. This could be made more robust using `#![doc = include_str!("../README.md")]` in the crate to include the README...

I tried writing my own implementation of Martinez-Rueda polygon clipping, and also used my own VecSet. This can be problematic since floating point issues can make the position in the...

As stated in the description of the geometry types (e.g., `Polygon`, `LineString`), validity is not enforced, but it is expected. While the validity requirements are clearly documented, there is no...