# AllSky Free : Godot Edition## AboutThis is the Godot edition of AllSky Free, a free Unity skybox package.It contains a set of 10 skyboxes for use in your environments, plus demo scenes with lighting.I hope you find them useful!## TechnicalTexture format: Each sky is provided as a panorama texture.Each individual sky has a Godot scene with a World Environment node, plus a demo landscape with example lighting and fog pass for reference.The import resolution and type of compression used on the sky textures is entirely up to you. It should be set at a level which you feel utilises appropriate amounts of memory for your game amd platform, taking into account the amount of compression artifacts that you feel are acceptable.## WhoThis asset pack is by Richard Whitelock.A game developer, digital artist & photographer.20+ years in the games industry working in a variety of senior art roles over 20 titles. Particularly experienced in environment art, lighting & special FX.Currently working on various indie game & personal projects. http://www.richardwhitelock.com
Rakugo is framework (inspired by Ren'Py) for story driven games in Godot. It is a Story Management Plugin. The idea is to have a ready to use plug-in for stories, so developers can create narrative driven games with all the amazing features and tools of Godot 3.1+.
Oculus Rift and Rift S pluginFor Windows Desktop VR only, supports Rift, Rift S and Touch controllersRequires Godot 3.1 or later
Radial progress bar with customizable values like radius, thickness , color,....
This tool adds a GDCharts Control node.It allows you to create fancy line charts and pie charts.
Spawn node instances from a Tilemap
This an alternative to the built in tilemap node for games that don't need all of it's features or need better performance when drawing a lot of tiles, the tilemap is rendered with a shader and performance depends on the resolution and the GPU, so the amount of tiles on the screen doesn't affect performance.How to use: https://github.com/MightyPrinny/godot-gputilemap/wikiFeatures:-The editor supports basic things such as undo/redo, paint, erase and has a rectangle selection tool, brushes are made selecting things on the tileset view or from the selection on the map.-Node instance generation via custom scripts.-Autotiling-Flip tiles vertically and horizontally-Import maps from Tiled exported as json with csv tile data, the importer will ask you about which layer you want to import and what tileset you want to use.-Save and load brushes from filesSave and load maps from filesNotes:-Maps are stored as ImageTexture, if you are targeting mobile and low end devices don't use maps larger than 1024x1024 tiles( 2048x2048 should be fine but I'm not sure if that's good for low end mobile phones).-Tilesets can have a maximum size of 256x256 tiles.-Unfolding the image property of the ImageTexture that stores the map crashes the editor, this is a Godot editor bug.-Only one tileset can be used on a single GPUTilemap node, this is because shaders don't support sampler2d array uniforms on GLES2.
This template allows users to construct arbitrary 2D wheeled vehicles. The basic concept is to simulate each wheel individually, which makes it possible to make a wide variety of vehicles, regardless of the amount of wheels or the steering.Several example vehicles are provided.For a more detailed description and manual, please visit the GitHub page: https://github.com/vrojak/godot-wheeled-vehicle-template
a drag and drop demo made with Godot
A simple tool to create assets without leaving Godot
A Godot plugin which provides custom controls for 2D painting / drawing applications. This plugin currently provides 2 custom "ColorSelect" controls meant to let the user select Foreground/Background colors
This template aims to gives a basic starter project with some predefined settings to achieve an high quality look