Yo, a quick question needs a quick answer please.
Can we create item (by itemmanager or somehow else) using prefab name? (ShortPrefabName)
Right now I create item in game world (not in inventory or container), and I check short prefab name and then call CreateByItemID, but the code looks messy. Is there some other way to create item by only using prefab name?


UPD. Sorry for stupid question. Found itemid myself (Long time no sleep got inattentive)