hi.many members asked this question.and i followed all answers!but nobody couldnt send texture!
i tried all ways!but not works!
please help me!Some body write a script for send texture please!many people need it!i need too!
Create an enum ( : byte) which correlates to the textures, then send the byte (good for bandwidth) and load the texture locally. That is one way to do it
wow.that was so easy,but i didnt know.i tested it with a simple texture.but my game have many big texture.i will test this code and come back!thankyou Cha0os
now i want know sending texture with networkview is rational for mmo games or www load from urls?
i have a host!my textures uploaded!now do i download textures with www foreach client or do i download textures by server and server sends textures to other clients with networkview?