Vket Store: Discover assets tailored for the virtual space
Vket Store: Discover assets tailored for the virtual space

Recently viewed products

More
    Tools(Software)

    VRChat Object Spawner - UdonSharp Script Tool

    Published from : 2021/12/14 01:40:16

    Product Details

    Network-synced object spawner & controller for VRChat. VRC Object Spawner is a single configurable UdonSharp behaviour that can be used to spawn and manage movement of multiple objects simultaneously synchronized to all players. It is intended to be efficient and relatively simple to use without the need for any additional editor scripts or dependencies outside of UdonSharp. All configuration can be done within the Unity Inspector window without the need for any programming, Udon, or SDK knowledge. That said, the source code is cleanly-organized and commented in the hopes of also being a good learning tool. The main features of the Object Spawner. VRC-Object-Pool - A necessary component included with the VRChat SDK that handles a portion of the spawner functionality. (See: VRChat Docs) Velocity Properties - Properties pertaining to the movement of the objects after they are spawned. Return Options - Options for how each spawned object will be returned to the pool. Spawner Events - Events called to Spawn objects from the pool or Reset them. More Info: https://github.com/Pokeyi/VRC-Object-Spawner

    Terms of Use

    This work is licensed under the MIT License. Copyright © 2021 Pokeyi - https://pokeyi.dev - pokeyi@pm.me Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.