I’ve imported a texture and applied it to some object in my scene. Since the object is a lot longer than the texture, I increased its tiling. Now when I add that texture to any other object, it has the same tiling! If I change the tiling of the new object, the old one’s changes too! Is there some way to say for object X I want 5 tiles and object Y I want 10?
Tiling is a function of materials; use different materials on objects that you want to have different tiling. You can’t actually add textures to objects directly, only through materials.