Page 1 of 1

Unity Game

Posted: Tue Apr 12, 2022 7:35 pm
by extasy
salvadordf, please tell me why browsers created with CEF4Delphi, on any Delphi versions from 7 to XE8, in x32 or x64, any unity games (browser version) work with brakes and freezes, and your BriskBard browser works well with them. What's the secret? Thanks! :)

Re: Unity Game

Posted: Tue Apr 12, 2022 7:51 pm
by salvadordf
Hardware acceleration enabled by default, probably :P

Add this line before the GlobalCEFApp.StartMainProcess call in the DPR file :

Code: Select all

GlobalCEFApp.EnableGPU := True;