Sort
  • simple random position generator
    4.2
    v1.0Scripts

    i've recently started using godot and this is a very simple script for generating random positions in range of an area i made this for my own project and noticed there is no such thing in asset store even tho its very simple features: include an area wich the random position will be generated in exclude an area from generating in order to get the random position you need to call the give_random_pos() function. in order to enable exclude zone hit the bool in scene and set the pos1 and pos2

    By: mo
  • FPS Hands
    4.0
    v0.73D Tools

    Plug and play hands for FPS with animated weapons. # Changelog ## v0.7 - Physical bullets - Left handed mode - Realistic reloading mode - Actions signals - Better recoil - Update to Godot 4.4

    By: Bytez
  • Resource Wrangler
    4.3
    v0.1.3Tools

    Now working on Godot 4.3 *ONLY*. Pending bugfixes in core for later versions. Resource Wrangler lets you visualize and build resources. This addon takes resources and stretches them out sideways in a Node Graph. You can then visually edit and add nodes until your resources are perfect. See the Gitlab * for more info. There's also a docs section in the addon's folder. * You can get the latest from 'main' on Gitlab too. It's usually fresher than this asset library. Just fetch the 'resource_wrangler' folder that is under 'addons' and then put that in the same place in your project.

    By: dbat
  • TotalJSON
    4.0
    v2.3Scripts

    Fast, light-weight JSON library. Completely stand-alone, no dependencies. Nothing but C# for maximum compatibility and portability. Requires .NET version of Godot. Does all the basic things: - Create and modify JSON object - Parse strings to JSON and turn JSON objects to strings (compact or pretty) - Serialize objects to JSON and deserialize JSON back to objects Made with easy usage in mind: - Complete inline C# documentation of all classes and methods - Very informative exception messages for easy debugging Safe: - JSON objects can be set protected to prevent accidental modifying - Strongly typed, you can't accidentally read values in wrong format - Prevents creating circular JSON structures Going the extra mile: - Supports all different C# number types, but also numbers of any size outside long/double range - No limits how deep JSON objects can be - Debug IDs helps to track down exception sources even when stack trace is not available - Multiple examples, also real-life data examples - Keeps key/value pairs of JSON object in order

    By: Leguar
  • AutoScrollContainer
    4.2
    vv1.0.0.0Tools

    A ScrollContainer that automatically scrolls a specified amount after a specified amount of time passes with no caught input (to this specific control).

    By: NovaDC