Skip to content

Commit

Permalink
Merge pull request #742 from anatawa12/fix-finalik-entrypoint
Browse files Browse the repository at this point in the history
fix: FinalIK components are not entrypoint
  • Loading branch information
anatawa12 authored Nov 22, 2023
2 parents 69bf37d + 23c7e9a commit ae61687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- FinalIK Components will be removed `#742`

### Security

Expand Down
1 change: 1 addition & 0 deletions Editor/APIInternal/ComponentInfos.FinalIK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ internal class FinalIKInformation : ComponentInformation<Component>, IExternalMa
{
protected override void CollectDependency(Component component, ComponentDependencyCollector collector)
{
collector.MarkEntrypoint();
using (var serialized = new SerializedObject(component))
foreach (var property in serialized.ObjectReferenceProperties())
if (property.objectReferenceValue is Component c)
Expand Down

0 comments on commit ae61687

Please sign in to comment.