I have a game on the play store and I found that the performance is very poor on older phones and to make that better I am working on making my game more efficient.
I saw that turning off ‘Mobile HDR’ saves a lot and the difference in the game was barely visible. Because it made so much difference in performance and was hardly visible, I was very happy to find out but unfortunately, I ran into a problem.
I have a shop where you can buy different colors for your character, I use ‘SceneCaptureComponent2D’ to display the character in the shop (Widget) so that he can do animations and so you can see the color change immediately by ‘Set Vector Parameter Value’. After I turned off HDR, the colors didn’t match anymore. my character still looked great in-game, but in the shop with ‘SceneCaptureComponent2D’, the colors didn’t match anymore. After some searching, I found that ‘SceneCaptureComponent’ only works well with HDR … In the options under ‘Capture Source’, you can still choose from other options but none of them work well for me.
Do I have to set the options in ‘SceneCaptureComponent2D’ differently or should I program it in a different way? If I
should do this differently I would like to hear how because I want to have a character in the shop with an animation where you immediately see what the character looks like with the clicked color.
Any help is greatly appreciated!