When I pick up an item the item box is showing with "Item Name not long"

jonathan_mt

New member
1739094072241.png
When I pick up an item only the Icon is being taken from the Item but the name and amount are wrong. In the NameItemValue the m_NameText is an empty model (initiated but everything inside is null). This was working perfectly earlier but I cannot figure out what happened.

I would appreciate it if someone could help me find the missing reference or the problem.
 
Perhaps the itemView modules in the prefab were either removed by mistake of disconnected.

This is a prefab that is added in the pickup dynamically. So it's possible you modified the prefab by mistake without realizaing it was used for your pickups.

Try finding the prefab and check if it has the components you need and are correctly setup.
 
Back
Top