Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erencanpelin/gamekit-package-for-unity-public
A Complete 2D gamekit for Unity, including tonnes of custom editors & templates
https://github.com/erencanpelin/gamekit-package-for-unity-public
unity unity2d unity2d-package unity2d-plugin
Last synced: 1 day ago
JSON representation
A Complete 2D gamekit for Unity, including tonnes of custom editors & templates
- Host: GitHub
- URL: https://github.com/erencanpelin/gamekit-package-for-unity-public
- Owner: ErencanPelin
- Created: 2023-01-11T22:19:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T20:56:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T15:47:55.040Z (about 1 month ago)
- Topics: unity, unity2d, unity2d-package, unity2d-plugin
- Language: C#
- Homepage: https://erensoftworks.itch.io/erens-complete-2d-gamekit-for-unity
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 2D Gamekit Complete Documentation
Notes:
DO NOT MODIFY ANYTHING WITHIN THE PACKAGE FOLDER.
The package was designed to only expose the code & features which should be edited. Changing anything else may cause unexpected behaviours and stop the package from working properly.For more information, please refer to the [documentation](https://erensoftworks.wordpress.com/documentation/).
Basic setup documentation can be found below, refer to the following links for more detailed documentation.
- Third party License info can be found in [Third Party Notices](Third%20Party%20Notices.md)
- Recent changes can be viewed in the [Change Log](CHANGELOG.md).
- For support, please contact [[email protected]](https://[email protected])
- Full documentation can be found at [www.erensoftworks/documentation](https://erensoftworks.wordpress.com/documentation/)>### What's inside?
>- This package contains ready-made assets & over 50 script components
which you can easily drag & drop onto GameObjects. Every component has been set up to
automatically adjust relevant settings on the GameObject to reduce errors.
>- This package also contains dozens of custom editors and scene-visualising tools
to make your development process even more streamlined.
>- Custom toolbars & menus have been written to allow you to simply right click and add
template objects into your scene e.g. collectables, checkpoints & enemies.## Setup
Ensure you have installed the following package dependencies from the Unity Package Manager in case the package does not install these at the same time.
These packages are required by the Game kit in order to function properly. Please read the documentation associated with these independent
packages for further information.
- 2D Pixel Perfect (com.unity.2d.pixel-perfect)
- 2D Tilemap Extras (com.unity.2d.tilemap.extras)
- 2D Tilemap Editor (com.unity.2d.tilemap)
- 2D Sprite (com.unity.2d.sprite)
- Input System (com.unity.inputsystem)Before you use the package, you should set a few things up to make sure everything works as intended! The steps have been documented below:
2. Go to Edit > Project Settings > Tags & Layers
3. On 'User Layer 6' type: "Standable"
4. Then, on 'User Layer 7' type: "Actor"
5. Your settings should look like this:
![alt text](/Docs/tagsLayers.png)
6. Then, Go to Edit > Project Settings > Physics 2D
7. Uncheck 'Queries Hit Triggers'
8. [Optional] Scroll down to the 'Layer Collision Matrix' dropdown
9. Make sure to uncheck 'Actor x Actor' collisions to stop actors (characters) from being able to push or bump into each other
10. Your settings should look like this:
![alt text](/Docs/physics2D.png)