| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PCGExtendedToolkit-5.5.zip | 2024-12-14 | 7.7 MB | |
| PCGExtendedToolkit-5.4.zip | 2024-12-14 | 7.6 MB | |
| PCGExtendedToolkit-5.3.zip | 2024-12-14 | 5.7 MB | |
| PCGEx 0.48 source code.tar.gz | 2024-12-14 | 1.2 MB | |
| PCGEx 0.48 source code.zip | 2024-12-14 | 1.9 MB | |
| README.md | 2024-12-14 | 920 Bytes | |
| Totals: 6 Items | 24.1 MB | 0 | |
Fixes & Tweaks
- Bounds Filter : Now support
Box/Expanded Box/Sphere/Expanded Sphereas ways to test for inclusion. - Pack Cluster : Fixed! Not sure when it broke, but I refactored it so it's using the updated PCGEx processing framework.
- Custom Graph Builder : Fixed some warnings that were trying to access NULL objects to warn the user those objects were NULL. Flawless design.
- Added a bunch of failsafe here and there trying to get rid of unexpected async errors when refreshing graphs too fast. Hopefully fixes some random crashes with graph compilation. I'm usually unable to repro these consistently, if at all, so since there's very setup-dependent it's kind of a shot in the dark that should makes things more stable, but might not. It's definitely not going to be worse, anyway.
Full Changelog: https://github.com/Nebukam/PCGExtendedToolkit/compare/v0.47...v0.48