CsUtil

Results 29 issues of CsUtil

Currently IFileRef enforces that also setters are included in the concrete implementations of it, extract a parent interface of IFileRef that does not require setters and review in which methods...

enhancement
help wanted
good first issue

Provide a simple interface that interacts with environment variables of the system (via EnvironmentV2 so that it can also be overridden for systems/operating systems that do not support the default...

enhancement
help wanted
good first issue

1. Create an example scene that implements a new variant of IUnityInputSystem that connects with the new Unity input system. 2. https://www.youtube.com/watch?v=fzPHAOuo57k shows a few good examples of the old...

enhancement
help wanted
good first issue

Complete the started https://github.com/cs-util-com/cscore/tree/feature/zstdCompression branch to add support for the Zstd compression format via the Zstandard library ( https://www.nuget.org/packages/ZstdSharp.Port ) The pure xunit test works correctly but the library is...

enhancement
help wanted

The previous syntax in the instructions was not entirely correct for the latest version

documentation

If I have a moving element that I want to update 30 times per second in the PointOctree, is the correct approach to constantly remove and re-add it with the...

This pull request introduces a new feature to select the largest percentage of splats based on their size, along with the necessary UI and localization updates. The changes include implementing...

Hi, here is a new selection mode I needed for my own work that I think would be useful to others, the current iteration works but the UX is not...

This pull request introduces several improvements and new features across the codebase, focusing primarily on OpenAI API integration, Unity UI enhancements, and CI workflow automation. The most significant changes include...