Rust.Community
Rust.Community copied to clipboard
Community Entity to fill Server Side modder requests
Can We get time span added in to display out H:M:S in CommunityEntity.UI.Countdown.cs
## Problem statement Today, server side mods (Oxide plugins, Harmony mods, etc.) can send custom UIs to clients by passing a JSON string through an RPC call. This results in...
Fixed SkinID's > Int.MaxValue fail to load (https://github.com/Facepunch/Rust.Community/issues/34) Added player avatar texture support for RawImage (https://www.youtube.com/watch?v=OAOCeJXYiuI)
This is a small request, but could we get a way to retrieve the client's screen resolution or aspect ratio (width/height), maybe even their UI Scale setting? Just having the...
 There is a problem, the banner, description and website are not shown in the server menu, please help me fix it.
Hello, i figured out, that sharks are attacking the player, when swimming threw a fishing village. Is this intented behavior?
# Adding an Extendable Animation Component > Dont be alarmed by the amount of lines added that github shows, this repo includes various json files with examples to make testing...
## Implementing Drag & Drop into our UIs > drag & drop allows us to mark a panel as draggable & listening to its movements when dragged by the player,...
## Improving the Countdown Component Changed the countdown component to be useful for any counting/timer operation by supporting float parameters fully ensuring backwards compatibility (as JSON auto converts ints to...
# Creating expandable Documentation for the CUI System & its Components > This PR has no code changes, it's purely focussed on explaining the API the rust client provides. The...