Skip to content

Conversation

@ashblue
Copy link
Owner

@ashblue ashblue commented Jan 11, 2025

No description provided.

ashblue and others added 10 commits July 5, 2023 21:10
…temDefinitionBase classes

For something like a card with a lot of file logic behind it, the name of the card can be safely
hard coded. ItemDefinitionBase no longer contains a serialized implementation of string _displayName
so you'll have to implement it

BREAKING CHANGE: Find all classes that inherit ItemDefinitionBase and add `[SerializeField] string
_displayName; public override string DisplayName => _displayName;`. To fix the error that your
classes do not implement  the display name get accessor.
You must have a field called _category to detect live changes in the window via dynamic binding. Not
required if you don't want live binding support to serialized changes.

close #21
Using ItemEntryData to pass in items to InventoryInstance.AddEntry would crash due to an edge case
where it thought the read only item could be runtime manipulated.

fix #17
… item entry type

Was crashing due to a failed LINQ cast that sometimes silently failed.

fix #20
@ashblue ashblue merged commit a86d7ec into main Jan 11, 2025
2 checks passed
@ashblue
Copy link
Owner Author

ashblue commented Jan 11, 2025

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants