Publisher | Fn Solo |
---|---|
File size | 335.55kB |
Number of files | 44 |
Latest version | 1 |
Latest release date | 2025-01-22 03:39:11 |
First release date | 2025-01-22 03:39:11 |
Supported Unity versions | 2018.4.2 or higher |
Future goal: make a full solution, so even new people won't need to code, for walking simulators at least or use visual scripting for simple projects, keep the simplicity inside, so when the person is ready to dive, he can look through small well commented scripts.
---
- Does not contain character controller, there are plenty around and it goes above basic amount of code lines.
- Does not contain any complex Design Patterns, which can scary novices
- A pack of scripts (~20), each under 100 lines of code.
- Contains PDF documentation, which explains some stuff (not every step, though).
- Potential issues when modifying code inside:
- Tasks without null checks on error can set for e.g. isKinematic to false and you will be wondering why your set upped scene is wrong, it is because Task changed state of object in editor, when was giving errors if there is no null check (RigidBody in this case).