https://wiki.sine.space/index.php?title=Spawnable_Objects:_Uploading_and_Spawning_Objects_in_Space&feed=atom&action=history Spawnable Objects: Uploading and Spawning Objects in Space - Revision history 2024-03-29T13:38:55Z Revision history for this page on the wiki MediaWiki 1.26.3 https://wiki.sine.space/index.php?title=Spawnable_Objects:_Uploading_and_Spawning_Objects_in_Space&diff=1370&oldid=prev JamesStallings: add navblocks to the footer 2016-10-12T13:10:54Z <p>add navblocks to the footer</p> <table class='diff diff-contentalign-left'> <col class='diff-marker' /> <col class='diff-content' /> <col class='diff-marker' /> <col class='diff-content' /> <tr style='vertical-align: top;' lang='en'> <td colspan='2' style="background-color: white; color:black; text-align: center;">← Older revision</td> <td colspan='2' style="background-color: white; color:black; text-align: center;">Revision as of 13:10, 12 October 2016</td> </tr><tr><td colspan="2" class="diff-lineno" id="mw-diff-left-l16" >Line 16:</td> <td colspan="2" class="diff-lineno">Line 16:</td></tr> <tr><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"></td><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"></td></tr> <tr><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"><div>You can delete the item from your inventory once you have placed it in world.</div></td><td class='diff-marker'>&#160;</td><td style="background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;"><div>You can delete the item from your inventory once you have placed it in world.</div></td></tr> <tr><td colspan="2">&#160;</td><td class='diff-marker'>+</td><td style="color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">{{UI}}</ins></div></td></tr> <tr><td colspan="2">&#160;</td><td class='diff-marker'>+</td><td style="color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">{{Video}}</ins></div></td></tr> <tr><td colspan="2">&#160;</td><td class='diff-marker'>+</td><td style="color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">{{Creation Navbox}}</ins></div></td></tr> <tr><td colspan="2">&#160;</td><td class='diff-marker'>+</td><td style="color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">{{Tutorials Navbox}}</ins></div></td></tr> </table> JamesStallings https://wiki.sine.space/index.php?title=Spawnable_Objects:_Uploading_and_Spawning_Objects_in_Space&diff=1369&oldid=prev JamesStallings: Created page with "'''Creating spawnableable objects for Space''' is very different from creating objects for more simulation-oriented platforms where such construction activity occurs ''in-situ..." 2016-10-12T13:10:01Z <p>Created page with &quot;&#039;&#039;&#039;Creating spawnableable objects for Space&#039;&#039;&#039; is very different from creating objects for more simulation-oriented platforms where such construction activity occurs &#039;&#039;in-situ...&quot;</p> <p><b>New page</b></p><div>'''Creating spawnableable objects for Space''' is very different from creating objects for more simulation-oriented platforms where such construction activity occurs ''in-situ''. As Unity's method of distinguishing and storing scene elements is the ''Prefab'', as in other application areas, Space picks up the concept and extends it to our use case.<br /> <br /> First the object to be used as a Space rezzable is created in Unity. The Space Editor Pack must be imported and and installed; prior to uploading, the creator must be logged in to the Space creator servers.<br /> <br /> Once the object's construction has been completed, drag it from the heirarchy back into the project folder where you can find it. Attach the ''Virtual Good (virtual good) Script'' component to the prefab of your object.<br /> <br /> Examining the Virtual Good (virtual good) Script component in the inspector, fill in the minimum fields: Name, Brand, Developer Name and Category.<br /> <br /> Set the ''Content Type'' for object type to 'Generic'.<br /> <br /> Then click the ''Automatic Submission'' button at the bottom of the script's property pane (you might need to scroll the inspector to see it).<br /> <br /> This will initiate the item upload, which, you will find, goes a lot more quickly than a region upload. Once it completes, you will find the item in your Space avatar's inventory.<br /> <br /> Once you've logged into Space with a web browser or Space desktop client, you will find the object in the avatar's inventory. You can either click it and add it to your hotbar (dragging to the hotbar works too, but be carefull you don't over-write something already there), where it can be clicked for quick spawning, or alternatively, drag the item from your inventory onto the ground.<br /> <br /> You can delete the item from your inventory once you have placed it in world.</div> JamesStallings