Skip to content

Release 0.4.0 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 30, 2023
Merged

Release 0.4.0 #4

merged 2 commits into from
Jul 30, 2023

Conversation

CoderGamester
Copy link
Owner

@CoderGamester CoderGamester commented Jul 30, 2023

Add new SerializableType
Add new ReflectionExtensions
Add new Object & GameObject extensions

Summary by CodeRabbit

Release Notes:

  • New Feature: Added utility methods and extensions for Unity's Object and GameObject types, enhancing the codebase's functionality.
  • New Feature: Introduced a SerializableType<T> struct for viewing, modifying, and saving types from the inspector, with serialization support and compatibility with filter attributes.

"With new utilities and extensions,
The codebase gains more dimensions.
Serializable types now have their say,
Making development smoother every day."

Add new SerializableType
Add new ReflectionExtensions
@github-actions
Copy link

github-actions bot commented Jul 30, 2023

Image description CodeRabbit

High-level summary:

The changes introduce new utility methods, extensions, and a new struct called SerializableType<T> to enhance the functionality and utility of Unity's Object and GameObject types. The modifications also include reflection-related functionality. These changes improve the codebase by providing convenient methods for disposing game objects, accessing components, checking object persistence, and more.

Table of files and summaries:

File Summary
Runtime/ObjectExtensions.cs, Runtime/ReflectionExtensions.cs Introduce new utility methods and extensions for Unity's Object and GameObject types, as well as reflection-related functionality. Enhances the utility and functionality of the codebase.
Runtime/SerializableType.cs Adds a new SerializableType<T> struct that allows viewing, modifying, and saving types from the inspector. Provides serialization support and compatibility with filter attributes. Implements equality checks and serialization callbacks. Stores assembly name and class name of the type and provides implicit conversions to and from Type. Enhances the codebase's functionality.

Notes

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Ignoring further reviews

  • Type @coderabbitai: ignore anywhere in the PR description to ignore further reviews from the bot.
Files ignored due to filter (1)

Ignored files

  • package.json
Files not reviewed due to simple changes (1)

Skipped review in the recent run

  • Runtime/ObjectExtensions.cs

@CoderGamester CoderGamester merged commit b00a687 into master Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant