Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Scene Raclette, The adaptation of the android platform.
#3
(07-04-2020, 08:34 AM)josemendez Wrote: What's "abnormal" performance for you? Make sure you're not running into death spiraling issues due to your timestep settings. Most Android devices have less powerful CPUs than your average desktop computer, and will soon run into timestep related issues.

Regarding lighting: the default opaque fluid shade uses light probes for GI, reflection probes, and one per-fragment directional light. Make sure all these are being used in your scene for Android builds (check the lightning settings). If these aren't enough for your purposes, or you do not intend to use that setup, you could write your own shader for the fluid material (see:http://obi.virtualmethodstudio.com/tutorials/customparticlerendering.html)

As shown in the figure.
Left  Pc,  Right Android.
The left is a white fluid. 
The right is a black fluid.
PC and Android configuration is the same.
Reply


Messages In This Thread
RE: Scene Raclette, The adaptation of the android platform. - by GuanGuan - 07-04-2020, 09:11 AM