Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Unity Game

Post Reply
extasy
Posts: 13
Joined: Mon Jul 05, 2021 6:19 pm
Location: UK
Contact:

Unity Game

Post 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! :)
User avatar
salvadordf
Posts: 4580
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Unity Game

Post 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;
Post Reply