Skip to content

Commit 669ea63

Browse files
authored
Update README.md
1 parent 5c80b1e commit 669ea63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This pool creates objects that you defined on start and creates additionally if
1515

1616
## Usage
1717

18-
1. Head to your hierarchy >> Right Click >> Create Empty
18+
1. Head to your `hierarchy >> Right Click >> Create Empty`
1919
2. Add Component >> Object Pooler >> Set size that you wish to add to your project.
2020
3. Create Script which inherits from PooledObject Class
2121

2222
`` public Class ExampleClass : PooledObject``
2323

24-
4. Add a type to 'enum PooledObjectType' (Can be found under Assets/Scripts/ObjectPool/PoolderObjectType.cs)
24+
4. Add a type to `enum PooledObjectType` (Can be found under `Assets/Scripts/ObjectPool/PoolderObjectType.cs`)
2525
5. Retrun to the game object you created on hierarchy drag and drop your prefab to Prefab property on objectpooler's pool . Set the tag you wrote on step 4. set size (How many object you want to create on beginning).
2626

2727

0 commit comments

Comments
 (0)