Desarrolladores, Steam y Ferraris

English version here.

En esta entrada voy a hablar de un tema recurrente en el mundo de la programación de videojuegos: elegir el color del Ferrari cuando subes tu juego a Steam y ganas millones de dólares. Porque, de eso se trata, ¿no es así?

No. Hay muchos sueños, y muchos soñadores, que ven triunfar un juego indie, y creen que pueden repetir esa hazaña. No es que sea imposible. Pero solo hay que observar cuántos juegos se publican en Steam cada día, y cuántos ganan para, al menos, cubrir gastos, para entender que este mundo no es ninguna maravilla. Tampoco es la pesadilla que reclaman algunos. Es, como todo lo demás, cuestión de conocimiento, trabajo, y algo de suerte. Y un padrino lleno de dinero si es posible. Pero eso pocas veces ocurre.

Continue reading “Desarrolladores, Steam y Ferraris”
Advertisement

Unity Addressables: the future is asynchronous

In this new article we are going to talk about “Addressables“, which is how Unity has named its new memory management policy, much more modern than the classic system, which was comfortable, but very inefficient.

“Addressables” comes to alleviate a number of important shortcomings in memory management operations, and incorporates a very important new feature: the possibility of remote updates only of those elements that we have defined, without having to download the entire game in each update. A technology that has a part of science and knowledge, but another part of art. Because there is a manual for Addressables, but not a single way to proceed. It will depend on the game, the objectives, and the developers’ own interests.

Unity Addressables main structure
Continue reading “Unity Addressables: the future is asynchronous”