BLOG main image
for our next (37)
Dev (32)
Mac (1)
Windows (2)
FreeTalk (1)
Shell (1)
Private (0)
Visitors up to today!
Today hit, Yesterday hit
daisy rss
tistory 티스토리 가입하기!
2010. 9. 16. 17:30

1. Use InvokeRepeating()

MonoBehaviour.InvokeRepeating  

function InvokeRepeating (methodName : string, time : float, repeatRate : float) : void

Description

Invokes the method methodName in time seconds.

After the first invocation repeats calling that function every repeatRate seconds.


2. Force Garbage Collecting every some times
- System.GC.Collect()

3. Rendering stats
  • Stay under 7.5k tris
  • Stay under 20 draw calls
  • 'Dev > Unity3D' 카테고리의 다른 글

    FindObjectOfType fail.  (0) 2010.12.14
    Unity Script 와 Obejct-C 연동.  (0) 2010.11.09
    Unity3D 3.0 과 OpenFeint 2.7.4 연동  (4) 2010.11.02
    OnGUI() 와 Garbage Collection  (0) 2010.10.08
    Unity3D iPhone frame 변경  (2) 2010.09.06