The BepInEx console will not appear when launching like it does for other games on Thunderstore (you can turn it back on in your BepInEx.cfg file). If your PEAK crashes on startup, add -dx12 to your launch parameters.

CHANGELOG
Changelog
TODO: You can follow this format for your changelog: https://keepachangelog.com/en/1.1.0/
[0.1.4] - 2025-08-18
Changed
- Updated README.md with improved descriptions and community Discord link
[0.1.3] - 2025-08-18
Added
- Distance offset configuration option for sphere scaling
- Dynamic sphere scaling based on player distance to prevent player coverage
- Real-time distance calculation and sphere size adjustment
Changed
- Improved sphere scaling logic to consider player position
- Moved renderer initialization to PingScanning component for better code organization
- Simplified distance calculation using Mathf.Min for optimal sphere size
[0.1.2] - 2025-08-16
Changed
- Update distance value between player and scan effect
[0.1.1] - 2025-08-16
Changed
- Update readme link
[0.1.0] - 2025-08-16
Added
- Initial release of PingScan mod