Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Mobile optimization suggestions
#1
Pregunta 
I have 3 ropes like in Tangle master. There are optimization problems on mobile when using these ropes. What would you suggest I do to make it work better and more efficiently?
Reply
#2
(30-11-2021, 12:30 PM)greyhawk Wrote: I have 3 ropes like in Tangle master. There are optimization problems on mobile when using these ropes. What would you suggest I do to make it work better and more efficiently?

Hi!

First and foremost make sure you're using the Burst backend, as it performs considerably better on mobile.

If there's performance issues, use Unity's profiler. It will tell you exactly where's time being spent on, so that you can focus on optimizing that part. Could be literally anything: blueprint settings, constraint settings, render settings, collisions, etc.
Reply