VENOM2019 Posted October 24, 2020 Share Posted October 24, 2020 Hello! Im using the 2019.4.13f1 unity to make some items, but the game tells me that I made it with wrong version. I get this error... can sy help me with this? PLS. Link to comment Share on other sites More sharing options...
Telric Posted October 24, 2020 Share Posted October 24, 2020 Not at home right now so i cant check, but open your output log. At the top it will tell you the version of unity. I think its 2019.2.4 or something along those lines. Link to comment Share on other sites More sharing options...
mr.devolver Posted October 24, 2020 Share Posted October 24, 2020 You are most likely using newer version of Unity than the game itself, so you might want to check out the output.log to see the exact version. Alternatively check out this guide. It may not point you to the most current version, but at the very least, it's one that was already tested and accepted by the game. Link to comment Share on other sites More sharing options...
VENOM2019 Posted October 26, 2020 Author Share Posted October 26, 2020 On 10/24/2020 at 2:29 PM, mr.devolver said: You are most likely using newer version of Unity than the game itself, so you might want to check out the output.log to see the exact version. Alternatively check out this guide. It may not point you to the most current version, but at the very least, it's one that was already tested and accepted by the game. Now I managed to make blocks and items, but with blocks I can't make chest like blocks(I can't interact with them, Can't damage them, can't open them) and this is really annoying thing because in A17 it was easy to do, but in a19 its crappy. Link to comment Share on other sites More sharing options...
Telric Posted October 26, 2020 Share Posted October 26, 2020 8 hours ago, VENOM2019 said: Now I managed to make blocks and items, but with blocks I can't make chest like blocks(I can't interact with them, Can't damage them, can't open them) and this is really annoying thing because in A17 it was easy to do, but in a19 its crappy. Crappy = exactly the same in this case... You either dont have a box collider or dont have a T_Mesh_B tag, or have the tags in the incorrect slot in the tag manager... Once those 3 requirements are met, it will be lootable / interactable with however you have your xml. Link to comment Share on other sites More sharing options...
Cranberry Monster Posted October 27, 2020 Share Posted October 27, 2020 Like Telric said, it's probably a problem with the T_Mesh_B tag. The model must be tagged with it, and it must come in the proper order on the list of tags (3rd option as I recall, but at work so I can't check). Trust me, I made this same mistake with xyth's flags, and found that I could place them, but not pick them up/destroy them. The culprit was me having T_Mesh_B out of order in the options. Link to comment Share on other sites More sharing options...
xyth Posted October 27, 2020 Share Posted October 27, 2020 https://github.com/7D2D/Templates-and-Utilities TagManager.asset : replace the Unity TagManager.Asset file found in every Unity projects ProjectSettings folder with this one. it is the Tagmanager asset used by TFP. Link to comment Share on other sites More sharing options...
VENOM2019 Posted October 28, 2020 Author Share Posted October 28, 2020 which tag I need for a simple block, and to an interactable block? because I use T_Mesh_B and I can't see the model that I made for it. I use tag at 'GameObject' thing. you know, when you create empty gameobject where you can put the prefab you made. I want to make placeable duke coins, and I can't see the model. can someone write down the correct order with the tags? I mean where do i have to put T_Mesh_B and which layer should I use. Link to comment Share on other sites More sharing options...
VENOM2019 Posted October 28, 2020 Author Share Posted October 28, 2020 now i see the block but cant interact with it. I mean cant pick it up. Link to comment Share on other sites More sharing options...
VENOM2019 Posted October 28, 2020 Author Share Posted October 28, 2020 On 10/27/2020 at 5:08 AM, Cranberry Monster said: Like Telric said, it's probably a problem with the T_Mesh_B tag. The model must be tagged with it, and it must come in the proper order on the list of tags (3rd option as I recall, but at work so I can't check). Trust me, I made this same mistake with xyth's flags, and found that I could place them, but not pick them up/destroy them. The culprit was me having T_Mesh_B out of order in the options. what do you mean by 3rd option??? can you send a screenshot about your blocks? I mean how did you managed to to that with tags. I really want to make a block that I can pick up and another block to store items in it. and I'm making a yt series on yt. Please help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.