Skip to content

Commit 0c09ea0

Browse files
committed
fix README
1 parent c1c7d00 commit 0c09ea0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -457,13 +457,6 @@ Next, set this cell to **Cell Prefabs** on the **Debug Sheet**.
457457
All that remains is to add this cell to the page.
458458
Please refer to [the demo scene of the custom cells](Assets/Demo/03_CustomCells/Scenes/CustomCellsDemo.unity) for the actual implementation.
459459

460-
### Extending Built-in Cell Prefabs
461-
You can extend built-in cell prefabs such as LabelCell and ButtonCell by following the steps below:
462-
463-
1. Create a Prefab Variant of the built-in Prefab and make any desired modifications.
464-
2. Ensure the name of this Prefab is the same as the original Prefab.
465-
3. Set this Prefab in the **Cell Prefabs** of the **Debug Sheet** component.
466-
467460
## Advanced Usage
468461

469462
### Use async methods instead of coroutines
@@ -586,6 +579,13 @@ debugSheet.PushPage<DebugPage>(true, pageId: "MyPageId");
586579
In addition, for the pages that are skipped when popping multiple pages, the lifecycle events before and after transition will not be called, only the event before destroying will be called.
587580
And the transition animation of the skipping pages will not be played.
588581

582+
### Extending Built-in Cell Prefabs
583+
You can extend built-in cell prefabs such as LabelCell and ButtonCell by following the steps below:
584+
585+
1. Create a Prefab Variant of the built-in Prefab and make any desired modifications.
586+
2. Ensure the name of this Prefab is the same as the original Prefab.
587+
3. Set this Prefab in the **Cell Prefabs** of the **Debug Sheet** component.
588+
589589
## Extension Packages
590590

591591
### Display the system information of Unity

0 commit comments

Comments
 (0)