My concern is both performance and shader compilation time (even if the latter is less of a problem). For using one single texture for many books, should I have a different mesh (with different UV unwrap) for each book o is there a way to use a single book object and offset the UVs?
Performance wise is having a lot of object instead of a lot of material better or worse?