#cant see my item in hand/3rd person, i can see it in hot bar and in menu
1 messages · Page 1 of 1 (latest)
Any issues in the content log? Also, does the item have an attachable?
- I don’t Know how to check that 2. No
?content-log
The content log gives you live feedback for most errors that could occur while developing your add-on.
https://wiki.bedrock.dev/guide/troubleshooting.html#content-log
That site explains it and shows you how to turn it on. Lmk if there's any issues that pop up from it once its on. Otherwise, the only other thing I can think of is that the opacity might be off for the items texture
I am guessing that’s why?
How do i fix it tho?
I don't think the scripting error has anything to do with it, but it may cause other issues with the addon. The texture warning is saying that the fact that the texture is bigger than 512x512 may cause issues. I'd say try shrinking it down to 512x512 and see if that fixes it
Okay