bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

blueprintCategoryPrefab should be flagged Required #235

Closed bsimser closed 7 years ago

bsimser commented 7 years ago

Original report by Jason Bell (Bitbucket: Balsimar, GitHub: Balsimar).


While setting up a new crafting UI, I was getting a NullReferenceException I couldn't explain. I had populated all required properties in the inspector, and the error was coming from deep inside inventory pro. After following the trail, I discovered that the problem was a result of not having defined CraftingWindowStandardUI.blueprintCategoryPrefab in the inspector.

Please flag CraftingWindowStandardUI.blueprintCategoryPrefab as required, so that it's obvious in the inspector that it needs to be set.

bsimser commented 7 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Crafting window stanard field blueprintCategoryPrefab is now marked required (fixes #235)

bsimser commented 7 years ago

Original comment by Joris Huijbregts (Bitbucket: jjahuijbregts, ).


Crafting window stanard field blueprintCategoryPrefab is now marked required (fixes #235)