@0xgaut The thing is that this can never be real time, there are significant differences in sentence syntax, wording etc. between various languages. Something that is said at the start of the sentence is translated at the end of the sentence in a different language.
@unity Don't anyone in Unity know how many of the game economic models work at all? You can easily have $200.000 revenue and $0 profit or be even below zero and get a ridiculous Unity tax on top of it. Not even mentioning the whole bag of problems with installs in T3-4 countries...
I've been neglecting my twitter for quite some time. So I will post updates on what I am working on more often here as well. Cheers and any feedback welcome. My latest tool in development. https://t.co/Hxi46UpFPr
After almost a two week pause from Dash the new 0.4.8 is out. And since I spent one week on a Game Hackathon I came up with quite a few features that I will roll out in near future. First of which is AccumulateNode: https://t.co/elldpRp6bV
@danielspears15 I've just checked and there are some Odin Serializer versions downgraded to .NET2 you can try them out by removing the default one in Dash. Dash by itself shouldn't need .NET4
Dash Animation System version 0.4.4 is out, this version was focused on solving AOT platforms. So I added Dash referenced type scanner as well as explicit type definition options from which Dash generates a DLL to store as preserved assembly.
Guys I've put to together a tutorial on Procedural Texture baking in Houdini if anyone is interested https://t.co/jZ7wvzj1TT any feedback welcome. Enjoy. #houdini#procedual#texture
Cloning customly serialized objects in Unity containing ExposedReferences using shallow copy is not a good idea, you will end up with the same reference of the reference to the reference 🤣
It always starts with, we just need this small part using reflection, and it always ends up in a chain reaction resulting in half the codebase using reflection. Damn expression evaluation I am looking at you. :)
Created a custom GenericMenuPopup for Dash/Machina and decided to release it as separate repository. It takes Unity's GenericMenu instance and extend it with search and other functionality. I hope someone will find it useful https://t.co/Z6f0nX22EX
Yesterday I just talked with out RnD guys that they have a problem with debugging skinning in Unity so I decided to create a tool to debug it inside Unity. If you need such a thing I made it opensource https://t.co/Y3PcgVh8fz
New update to Dash Animation System is out as well as additional tutorial and a bit of a dive into Data/Attributes/Variables and parametrization through expressions. https://t.co/kimfrnVo11 Any feedback is greatly appreciated.