article thumbnail

AI model improvements for higher-quality textures in Unity Muse

Unity Blog

One of these capabilities is Texture. Muse’s texture capability transforms natural language and visual inputs into PBR-enabled materials that can be applied directly to surfaces and objects in your project. Unity Muse is a suite of capabilities to help you explore, ideate, and iterate with greater ease in the Unity Editor.

Texture 93
article thumbnail

Accessing texture data efficiently

Unity Blog

Learn about the benefits and trade-offs of different ways to access the underlying pixel data of textures in your Unity project.

Texture 118
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Weird Texture issue

Cocos

There is one obvious difference about Android, which is this (in CCPlatformMacros.h ): /** @def CC_ENABLE_CACHE_TEXTURE_DATA * Enable it if you want to cache the texture data. *

Texture 52
article thumbnail

Feature request: Texture atlas polygon support in CC v3

Cocos

We use Texture Packer v7 and it supports Polygon atlases. github.com/cocos/cocos-engine Feature Request: Texture Atlas Polygon Support opened 10:59AM - 04 Oct 19 UTC closed 05:01PM - 01 Aug 20 UTC Ronsku ### Creator version? 版本号) 2.1.3 ### Affected platform?(受影响的平台) 受影响的平台) Both Mac & W … indows ### How to reproduce?(如何重现)

Polygon 52
article thumbnail

NVIDIA Research Shows Interactive Texture Painting with Gen AI at SIGGRAPH Asia Real-Time Live

Nvidia

NVIDIA researchers took the stage at SIGGRAPH Asia Real-Time Live event in Sydney to showcase generative AI integrated into an interactive texture painting. It enables the interactive addition of local details with infinite texture variations and realistic transitions. Inspiration images are a common concept in 3D design.

Texture 52
article thumbnail

How to get max texture size?

Cocos

Hello, I know how to get max texture size supported by device in WebGL. But is there any way to detect it for native platforms (Android and iOS)? Thanks in advance!

Texture 40
article thumbnail

A podcast recently talked about how some games, like Contra Operation Galuga are struggling to run on Nintendo Switch, because they developed it for higher end systems(PS5, Xbox series, PC) first then port it to Nintendo Switch. They suggested it should have been done the other way around, so every platform has a version of the game that runs perfectly(barring AAA high quality titles like God of War and Spider-Man). How true is this?

Ask a Game Dev

It's true that developing with the Switch as the primary platform would make it work well on the Switch and perform well on other platforms. However, the tradeoff is that the game would look like an upscaled version of a Switch game on the higher-end platforms. Take a look at that game and you'll see what I mean.