repoRust.Communitycancel

19 Commits over 2,435 Days - 0.00cph!

9 Days Ago
ReApply after merge conflicts Implementation of Unity's ScrollRect, including a Mask & ChildCanvas for better performance Added Scrollbar support, allowing the customization of color, thickness Added mask softness for RectMask2D added in Unity 2019.4.20 Added Update support for Scrollviews Added enable support for scrollbars no Selective Update support for individual Scrollbars as they are in a sub json object, could be added by replicating the ShouldUpdateField with the sub object revert offsetmax fix reversed offsetmax fix because alot of UIs rely on it Fixes after validating code within Client this PR addresses issues i identified while modding this PR into the game for testing, other than these changes it works as expected with the test JSON provided (after it is updated) Updated example updated scroll example to actually look the part in the client really appreciating whoever put Assets/Icons/rust.png instead of Assets/Content/UI/UI.Background.Tile.psd as the default sprite for RawImages btw Reduce needless recursion retains the same functionality Fix FindPanel issues due to ghost scrollview entries if a scrollview was indirectly destroyed its entry would remain causing subsequent lookups for the same name to not return anything. disabled the scrollview redirect when looking for a panel to update, this allows the code to correctly find and update the GameObject containing the scrollview instead of its content Merge branch 'master' into pr/54 Moved the test into it's own folder Will be better for future tests Remove mask.softness reference Unsure what unity version this was added in but we don't currently support this property Merge pull request #54 from Kulltero/ScrollView Adding Support for Scrollable Containers
9 Days Ago
Update from main rust repo New RPC syntax
12 Months Ago
Update from rust repo
12 Months Ago
Fixed default string value of input field text Update from repository Includes skin icon fix and text vertical overflow Added HudMenuInput support for input fields Added ability to destroy ui within AddUI rpc Prevents Mipmap stuff from affecting image quality this has been the primary reason why loading images from the web gets no usage, this fix makes images load the same as if they came from the server, creating a better development experience Merge pull request #43 from Kulltero/FixWebImageQuality Prevents Mipmap from destroying image quality Merge changes from Rust repo (texture caching and demo fixes) Merge pull request #40 from TactiTac0z/master Added ability to destroy ui within AddUI rpc Merge branch 'master' into update
1 Year Ago
Added ability to destroy ui within AddUI rpc Merge pull request #40 from TactiTac0z/master Added ability to destroy ui within AddUI rpc
1 Year Ago
Merge changes from Rust repo (texture caching and demo fixes)
1 Year Ago
Prevents Mipmap stuff from affecting image quality this has been the primary reason why loading images from the web gets no usage, this fix makes images load the same as if they came from the server, creating a better development experience Merge pull request #43 from Kulltero/FixWebImageQuality Prevents Mipmap from destroying image quality
1 Year Ago
Added HudMenuInput support for input fields
1 Year Ago
Update from repository Includes skin icon fix and text vertical overflow
1 Year Ago
Fixed default string value of input field text
1 Year Ago
Add support for updating UI elements in place without destroying Uses a new "update" field in the AddUI convar that allows for specific variables on a previously created and named UI element to be modified.
1 Year Ago
Fix countdown not working Merge branch 'pr/32'
1 Year Ago
Add needsKeyboard option to InputField Will only block input while the input field is actually focused.
2 Years Ago
Apply changes from Rust project
2 Years Ago
Compile fix
2 Years Ago
Clear material when loading an item icon Add NeedsKeyboard support
2 Years Ago
Item icons texture support for Image component Small improvements to InputField Fixed default text Added "readOnly" Added "lineType" Initializes the UI Game Object with a Rect Transform Merge branch 'pr/28' Merge branch 'pr/22'
6 Years Ago
Fixed NRE in AddUI
7 Years Ago
Updated ServerImage to new FileStorage API