userJarryd Campicancel
branchrust_reboot/main/attachment_charmscancel

27 Commits over 59 Days - 0.02cph!

46 Days Ago
Added a button to clear the current attachment
47 Days Ago
Added an Attachment label, use this to populate the Icon Renderer
47 Days Ago
Fix missing attachment slot on manager Add ownership check to Picker
47 Days Ago
Update attachment visibility if player changes perspective
48 Days Ago
Don't show the world version of an attachment if we're in first person (it was floating in the air)
48 Days Ago
Improved world space rotator, slowed down rotation lerp so we get a little bit of easing
48 Days Ago
Merge from main
54 Days Ago
Make charms field private on viewmodel
54 Days Ago
Adjust grid on full screen dialog
54 Days Ago
Load fix Fix escape not closing attachment screen
54 Days Ago
Basic flow for swapping out attachments at any time via inventory screen
54 Days Ago
Unsaved 3p rotator changes
55 Days Ago
Added a super simple 3rd person rotation component for attachments
55 Days Ago
Cull the third person attachment at 10m
55 Days Ago
Convert remaining attachments to prefab variants
55 Days Ago
Spawn attachments in 3rd person Turn off burst cloth for now Start converting all attachments into a single prefab variant for easier management long term
59 Days Ago
Add a temp Change attachment button in the inventory
59 Days Ago
Add skin ownership check Mark all accessories as unlocked by instruments dlc for testing
59 Days Ago
FreeCraft editor option now makes the craft button in the UI always enabled Attachments are now stored with the item (like a skin) so they travel with the item
59 Days Ago
Merge from main
2 Months Ago
Move all charms to the 20k range temporarily to limit conflicts
2 Months Ago
Merge from main
3 Months Ago
Icon commit pt 2
3 Months Ago
Icon commit pt 1
3 Months Ago
Added a placeholder charm selector to the skin selector box in the crafting screen Added support for adding arbitrary PropRenderers to the Icon Geneartor manifest (very hacky, needs some cleanup)
3 Months Ago
Convert AccessoryManager into a singleton scriptable object Add a new AccessoryItem class, derives from SteamInventoryItem, basically a skin that points to a charm prefab Convert spawning processes into GameManager so we can use pooling Store a selected charm per item in PlayerPrefs, similar to how we store the selected skin per item
3 Months Ago
Merge from main