userIan Hendersoncancel
branchrust_reboot/main/vinescancel

33 Commits over 151 Days - 0.01cph!

2 Months Ago
and more
2 Months Ago
Remove unneeded debug logs
2 Months Ago
- List rewrite - Added license
2 Months Ago
- Setup more IK settings in code - Add missing IK error
2 Months Ago
- Move FastIK away from Unity update methods - Setup profiling and our own init and update methods
2 Months Ago
Implement list pooling into FastIK
2 Months Ago
Fast IK code cleanup + namespace change
2 Months Ago
- Implement our own fork of FastIK - Add support for inverting Resolved rotation - Correctly implement on top of our vines
2 Months Ago
main -> vines
3 Months Ago
main -> vines
6 Months Ago
main -> vines
7 Months Ago
main -> vines
8 Months Ago
main -> vines
8 Months Ago
- Local vine setup - Mountable calls vine update RPC - Manifest rebuild
8 Months Ago
Initial work to render a line
8 Months Ago
Dispose of line renderer on destroy
8 Months Ago
- Vine object - Prefab setup
8 Months Ago
- Holding E when nearing the end of a vine will swap you to an appropriately set next vine - Rotation speed changes - Mountable now shared between swings
8 Months Ago
Rotate y angle of mountable higher as dy increases. Gives access to higher angles wil more steep vine swings
8 Months Ago
Change mountable so the player doesnt insta die on dismount
8 Months Ago
Now able to rotate z axis porabola arcs via using world space to project each point around a central pivot
8 Months Ago
main -> vines
8 Months Ago
Auto dismount player at the end of sampling (just use distance for now)
8 Months Ago
- Player rotation follows orientation of parabola flow. - More code structure cleanup. - Inject use level in vine utils
8 Months Ago
Refactor parabolic sampling into its own class. Remove cardinal spline code. Integrate porabola visualisation into the vine launch points. Remove old visualisation code,
8 Months Ago
Cardinal Splines offering little improvement with increased complication. Lets fake a porabola instead
8 Months Ago
Initial work to try out Cardinal Splines: - Setup minimal tension values (basically Catmull-Rom) - Movement adjustments
8 Months Ago
Change input to jump only
8 Months Ago
Mountable: - Added dismount on input - Added eye override pose - Adjusted poses when on mountable - Changed mountable spawning behaviour
8 Months Ago
Partial modifier and RPC build
8 Months Ago
- Scene updates - Prefab properties populated - Manifest
8 Months Ago
- Initial launch point and mountable basic scripts - Basic prefab setup - Vine launch points can connect together
8 Months Ago
Initial scene setup