
Dear Players!
With summer in full swing, you can accent your character style with a new practical accessory for riding activities - Sporty Sunglasses which will protect your eyes from the sun and make you look fashionable! These sunglasses will remain in the shop forever.
Meanwhile, we also keep resolving technical issues related to the recoloring function. Previously we mentioned how we ran into the issue where recoloring one of the hairstyles would instantly change the color of all the hairstyles of the same type in the game, and players wearing the same hairstyle would not be able to use different colors for it at the same time. Back then we managed to successfully resolve it by instantiating all the game objects individually. However, this resulted in significant performance overhead, because now full instantiation path was taken for absolutely all objects in the game, even those which were not supposed to be recolored (even though for such objects it would be much more efficient to use cloning mechanism instead of full instantiation). The proper way to resolve it would be to implement a separate instantiation procedures for recolored objects (like hairstyles and outfits) and all other objects in the game (like trees and buildings). Luckily, this week we finally found an efficient way to achieve it, which means that the last big obstacle for adding the recoloring function to the game has been overcome.
By the way, swimsuits can be expected next week!~
Happy Racing!
