You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,7 +446,7 @@ If you constantly create and destroy objects, the performance of your game will
446
446
447
447
* One problem with storing objects in a list and search the list to find an avilable object is that the list may be very long, so it's a waste of time. Another way is to store the objects in the pool in a linked-list.
448
448
449
-
* This pattern is so popular Unity has implemented their own version of it [ObjectPool<T0>](https://docs.unity3d.com/ScriptReference/Pool.ObjectPool_1.html) in later versions of Unity.
449
+
* This pattern is so popular Unity has implemented their own version of it called [ObjectPool<T0>](https://docs.unity3d.com/ScriptReference/Pool.ObjectPool_1.html). Is only available in later versions of Unity.
0 commit comments