Well you can do that but then it isn’t going to run on a steam deck, whether or not you as a developer think that’s a problem depends on what hardware you are targeting.
But you’ve still got the problem of file size. I’ve noticed that if the asset is really big you actually run into streaming issues when loading it in. It looks fantastic, but you probably don’t want your rock to take 10 seconds to load in. If you go look at the matrix demo you’ll see they have a lot of asset reuse because of that.
Nanite isn’t magic it’s neither going to enable you to just throw in 16k resolution textures and just not worry about it there’s always going to be a trade-off. But it’s insane to say that it isn’t a useful feature or that you should never use it.
Well you can do that but then it isn’t going to run on a steam deck, whether or not you as a developer think that’s a problem depends on what hardware you are targeting.
But you’ve still got the problem of file size. I’ve noticed that if the asset is really big you actually run into streaming issues when loading it in. It looks fantastic, but you probably don’t want your rock to take 10 seconds to load in. If you go look at the matrix demo you’ll see they have a lot of asset reuse because of that.
Nanite isn’t magic it’s neither going to enable you to just throw in 16k resolution textures and just not worry about it there’s always going to be a trade-off. But it’s insane to say that it isn’t a useful feature or that you should never use it.