
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.
Unity Game
Unity Game
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! 

- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Unity Game
Hardware acceleration enabled by default, probably 
Add this line before the GlobalCEFApp.StartMainProcess call in the DPR file :

Add this line before the GlobalCEFApp.StartMainProcess call in the DPR file :
Code: Select all
GlobalCEFApp.EnableGPU := True;