Doddler
doddler.bsky.social
Doddler
@doddler.bsky.social
Programmer for visual novels, primarily affiliated with MangaGamer. 18+ followers only please!
That's true, there's a bunch of different reasons valve might object to content and for most of them they're usually pretty reasonable and forthcoming. From my experience though if they sent you that message the developers got, the one about sexualizing minors, you're probably screwed.
November 27, 2025 at 8:22 AM
I'm not sure it really matters what the developer did at this point, when valve decides on review they won't sell a game such a ban is final, forever, with no second chances. In such a case they won't allow a resubmission in any circumstances.
November 27, 2025 at 8:01 AM
Unity's most common text solution relies on rendering a font into an atlas texture. If you haven't explicitly added the letters æøå to your font atlas (and why would it if you don't support Norwegian), you have no way to tell the user what key they have bound as the letter cannot be displayed.
December 18, 2024 at 2:10 PM
Probably the biggest and easiest mistake to make is that textures will default to uncompressed for highest quality, which is fine if they get added to a compressed bundle, but that resources thing gets you and you end up with 30mb for a single 2048x2048 texture.
December 7, 2024 at 8:30 PM
The resources folder is by far the easiest way to load arbitrary assets since you can just call them by name at any point in code to instantiate them. They're also, for reasons I don't understand and rarely communicated, completely uncompressed. Every other method is beyond miserable to use too.
December 7, 2024 at 7:23 PM
I am! Though I don't post on bsky much and keep my RO stuff separate from my personal account, so you'll probably not see much RO posting here.
November 24, 2024 at 5:13 PM
Yeah, sadly all their replies get like 20+ likes so there's no way to filter them out without turning it all off. Hopefully we'll see more granular options in the future, similar to Twitter's option to unsubscribe to replies or retweets on a per follow level.
November 15, 2023 at 2:23 AM