Title |
Godot Safe Resource Loader |
Godot Safe Resource Loader |
Description |
Godot Safe Resource Loader is a small library that allows you to safely load .tres resource files from unknown sources without risking your player's security. It does this by scanning the resource file for embedded GDScripts and links to resources at unsafe locations outside of "res://" before loading it. The main use case for this is to allow your users to share savegames and load them without risking that they contain malicious code. |
Godot Safe Resource Loader is a small library that allows you to safely load .tres resource files from unknown sources without risking your player's security. It does this by scanning the resource file for embedded GDScripts before loading it, and then only loading the resource if no GDScripts are found. The main use case for this is to allow your users to share savegames and load them without risking that they contain malicious code. |
Category |
Scripts |
Scripts |
License |
MIT |
MIT |
Repository Provider |
GitHub |
GitHub |
Repository Url |
https://github.com/derkork/godot-safe-resource-loader/
|
https://github.com/derkork/godot-safe-resource-loader/
|
Issues Url |
https://github.com/derkork/godot-safe-resource-loader/issues
|
https://github.com/derkork/godot-safe-resource-loader/issues
|
Godot version |
Godot 4.0 |
Godot 4.0 |
Version String |
0.1.0 |
0.0.1 |
Download Commit |
14a9a49b780c66591550a202e7ba45e25bf38235 |
0866c1335fb6700494e0b70c0dc677d442589916 |
Download Url (Computed) |
https://github.com/derkork/godot-safe-resource-loader/archive/14a9a49b780c66591550a202e7ba45e25bf38235.zip
|
https://github.com/derkork/godot-safe-resource-loader/archive/0866c1335fb6700494e0b70c0dc677d442589916.zip
|
Icon Url |
https://github.com/derkork/godot-safe-resource-loader/blob/master/icon.png?raw=true
|
https://github.com/derkork/godot-safe-resource-loader/blob/master/icon.png?raw=true
|