Jump to content

Small Issues

Closed 1.1.3

ArtiIOMI

Posted (edited)

Exported ui badly generates code.

CuiHelper.DestroyUI(player, "RustUI");

Instead

CuiHelper.DestroyUi(player, "RustUI");

Small typo in the code CuiHelper.DestroyUi

Edited by ArtiIOMI
The problem has not been resolved in the public version.
ArtiIOMI

Posted

Ok, I found where I can fix it myself. I also added a new button option to RustUIPropertis, "CloseUIButton"

Billy Joe

Posted

Oh dang ahah, typos! Glad you got it fixed!

Billy Joe

Posted

Changed Status from Pending to Closed

ArtiIOMI

Posted

If you have problem with it go to directory UI>Assets>Editor and open UGUIMenu.cs
Find line(239) with text 

fullexport.Append($"CuiHelper.DestroyUI(player, \"{UI.name}\");");

and change it to

fullexport.Append($"CuiHelper.DestroyUi(player, \"{UI.name}\");");

Save file. Done.
 

@Billy Joe Please close. Thanks.

  • Love 1
Billy Joe

Posted

Changed Status from Pending to Closed

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.5k

Files Sold

Total number of files sold.

2.1m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.