seabug

Member for 1515388142

241 Posts & Comments


seabug 1688714199

What browser are you using? It works fine for me. You need to click the download link, not right click save as on the button.

0
seabug 1688559209

somebody come get her

1
seabug 1688463662

It is approved bro stop reuploading

1
seabug 1688390861

I'm confused by this comment, both files are the same size however the filetree did not seem to generate 🤣

2
seabug 1687992391

VRChat provides a default locomotion controller that tells Unity how your avatar moves when you move in-game. It is located under *Assets/VRCSDK/Examples3/Animation/Controllers/vrc_AvatarV3LocomotionLayer.controller*

**Step 1: Find the Locomotion Controller**
- Navigate to *Assets/VRCSDK/Examples3/Animation/Controllers/vrc_AvatarV3LocomotionLayer.controller* in your Unity setup.

**Step 2: Copy the Controller**
- Copy the default locomotion controller provided by VRChat.

**Step 3: Place the Copied Controller**
- Put the copied file in a new location to preserve the original file.

**Step 4: Open the Controller**
- Open the copied file in the Animator panel in Unity.
- Open Controller
Preview: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/b505b84b324247fe9f70b2e7170e4ac1.png

**Step 5: Find the States**
- Look for the "Prone" or "Crouching" states in the Animator panel.

**Step 6: Open the Motion**
- Double-click on the motion in the "Prone" or "Crouching" states.

**Step 7: Replace the Animation**
- In the first entry of the motion details, replace the current animation with your custom one.
- Replace Animation
Preview: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/11676f0a1f4742c9b98f4d4b1f7f5701.png

**Step 8: Upload Your Avatar**
- After saving your changes, upload your avatar to VRChat.

**Step 9: Test the Animation**
- In VRChat, go into a prone or crouch position with your avatar to see if your custom animation plays.

0
seabug 1687991931

There are multiple ways for a VRChat avatar to "spawn" or "place" an object into a VRChat world and have it stay there while you move around, etc.

**1. Use a particle system**
Add a "Particle System" component to a GameObject. Configure the component like the screenshot:
- "Simulation Space" to "World"
- "Start Speed" to "0.0001"
- Renderer - "Render Alignment" to "Velocity"
Then select a mesh as the Renderer (note you are limited to meshes with only 1 material slot).
This will make Unity render your particle once and have it stay there forever (or until you turn off the particle system with an animation).
Preview: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/ad49b756876c46c3b4cc92b88341be67.png

**2. Use a "Configurable Joint"**
- Add a "Configurable Joint" component to the GameObject you want to "spawn".
- Set the X/Y/Z Motion and Angular X/Y/Z Motion to "Locked". This will tell Unity to have it lock in place while you move around.
You will probably want to hide the GameObject using an animation!
Preview: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/c3d0c93aa3fe4b8c9c6876ad78c7cd87.png

**3. Done**
Toggle the GameObject for it to appear.

0
seabug 1687936426

Removed MedaFire link and uploaded Zip file :)

0
Commented on unknown content 😴
seabug 1687856874

Hello I have done the liberty of uploading your file for you via your Media fire link and have also removed that link.

0
seabug 1687747190

If you're encountering pink materials while working in Unity, it's almost certainly due to the material trying to use a shader system that isn't available. Below, you'll find a couple of solutions to tackle this common issue.

**Solution 1:** Changing the Shader to Standard
- **Step 1:** Locate the material that's giving you trouble. This is typically found in a material folder and is identifiable by a spherical icon.
- **Step 2:** Once you've selected the material, navigate to its properties panel. Look for a section labelled "Shader". It should resemble this: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/e4f33af725f04616948b366fb166d23a.png - **Step 3:** Within the "Shader" section, select "Standard".

**Solution 2:** Downloading and Installing the Missing Shader
- **Step 1:** Identify the shader being used. You can do this on the upload page where the shader details are typically specified.
- **Step 2**: Once you've found the shader, download it. These files are usually available for download online.
- **Step 3:** Open and install/load it into your project, Unity shaders typically comes as a unitypackage file.
**Step 4:** Follow the steps in Solution 1, but instead of selecting "Standard", choose the name of your newly downloaded and installed shader.
- **Final notes:** If you are using a custom shader and your model is not visible, that is a whole other rabbit hole, we recommend sticking to well know shader packs like: https://github.com/cubedparadox/Cubeds-Unity-Shaders

**Results!**
With this, you've changed the shader to the standard option, which should resolve the pink material issue.

Before: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/c8ade936839848b0b00ba8acd7bd9799.png After (solution 1, standard shader): https://cdn.vrcmods.com/uploads/user/1/custom_imgs/d575da7069e04962a1c8759eff27b399.png

0
seabug 1687731218

Nice work!

0
seabug 1687703293

I recommend linking your Discord to your acc so ppl can see your Discord username :) https://vrcmods.com/dashboard/oauth

0
seabug 1687699780

https://cdn.vrcmods.com/uploads/user/1/custom_imgs/91be30060c1e405da15ddd54e2d7f252.png
So I accidentally broke our discord bot last night trying to fix something, and long story short I ended up having to migrate from Discord.js v8 to v14 which meant everything had to get changed again blah blah who cares.

**It's now pretty fun to use**
https://cdn.vrcmods.com/uploads/user/1/custom_imgs/079712204eea4a129cc0ec14495ea0f1.jpeg
https://cdn.vrcmods.com/uploads/user/1/custom_imgs/a5d30c6707334b19a061b161f67c29b5.png

**Media hosting**
https://vrcmods.com/dashboard/files will be useful if you like showcasing media in between paragraphs. I'll be simplifying this system to be automatic in the coming days.

I've also been making lots of UI improvements and bug fixes, nature is healing.

0
seabug 1687576746

Added a preview screenshot :)

0
seabug 1687416551

**Prerequisites**
- **Trusted VRChat User Account:** In order to upload custom Avatars & Worlds to VRChat, you must have a trusted user account, which generally requires around 12 hours of active playtime. This is typically the first hurdle new users encounter when creating their own content. *You will receive an email once you have Trusted*
- **VRChat Creator Companion**
- **Unity:** Please ensure you install the version recommended by the Creator Companion.


**Installation Guide**
- **Download the VRChat Creator Companion:** Visit the official VRChat website and download the VRChat Creator Companion from the following link: (https://vrchat.com/download/vcc)
- **Install the Creator Companion and Unity:** Follow the instructions provided by the VRChat Creator Companion to install it along with the recommended Unity settings.
- **Create and Open an Avatar Project:** Proceed to create a new avatar project (SDK3) using the Creator Companion, then open the project.
- **Log into VRChat:** Access the VRChat SDK, select 'Show Control Panel' to open it, then log in using your VRChat account.
- **Open the Unitypackage Scene File:** Load the scene that comes with the VRChat Avatar Unitypackage.
- **Build and Publish Preview:** Navigate to the 'Builder' tab in the Control Panel and click on 'Build & Publish For Windows'.
Screenshot for reference: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/d59bcd9c820948ee97a48eff5a89ab3e.png
- If you see a message similar to the one below, you need to spend more time playing VRChat in order to attain trusted user status.
Screenshot for reference: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/c86ed451e2884e8989a161f0f6c07979.png
- Once you have filled in Avatar Details you can submit the upload as public or private (recommended private) example image:
https://cdn.vrcmods.com/uploads/user/1/custom_imgs/5c1cf3a8ff0a4076b182230ece4b2e0e.png
- Success: https://cdn.vrcmods.com/uploads/user/1/custom_imgs/191f29db8453439dbd53db0a8ef4d938.png

**Additional Resources**
For further assistance with the setup of the Creator Companion and Unity SDK, refer to the VRChat Docs: https://creators.vrchat.com/sdk/#requirements--downloads

To understand more about the VRChat Safety and Trust System, including how to become a trusted user, refer to the following link: https://docs.vrchat.com/docs/vrchat-safety-and-trust-system#the-trust-system

5
seabug 1687407461

he kinda bricked up

1
seabug 1687354813

Hey, guess what? About half of the stuff you guys upload are pretty much just fbx and mat files, no real Unity stuff going on there. So, we thought, why not make things a bit easier for you? We're now allowing a wider variety of uploads.

Don't worry, we're still giving every file - even those outside of UnityPackage - a good old scan to keep things safe.

And here's some fun news: I might start automatically converting zip files to unitypackages and vice versa later this week. Let's make sure everyone can share and enjoy assets without a hitch, right?

Check out these links for a visual idea: https://i.imgur.com/N5bBy8i.png and https://i.imgur.com/mXN9kwy.png

4
seabug 1687309958

nananananana

0
seabug 1687289717

Caw caw

0
seabug 1687289260

No double cup?

1
seabug 1687256634

He's from your tutorials!

1
seabug 1687241431

- You can edit posts now.
- You can preview posts before posting them.
- All YouTube videos embed (make sure its liked like this: e.g. youtube.com?v=123456)


The following URLs will be embedded when linking an image:
- https://cdn.vrcmods.com - https://vrcmods.com - https://i.imgur.com - https://media.tenor.com - https://cdn.discordapp.com - https://i.redd.it - https://pbs.twimg.com - https://upload.wikimedia.org - https://staticflickr.com - https://picjumbo.com - https://pixabay.com - https://unsplash.com - https://images.pexels.com - https://media.giphy.com - https://lh3.googleusercontent.com - https://i.ibb.co - https://500px.org - https://smugmug.com - https://imgur.com - https://gyazo.com - https://postimg.cc - https://imageshack.us - https://photobucket.com - https://artstation.com - https://deviantart.com - https://behance.net - https://sketchfab.com - https://dribbble.com - https://3dwarehouse.sketchup.com - https://turbosquid.com - https://cgtrader.com - https://cdnb.artstation.com - https://pre00.deviantart.net - https://pre01.deviantart.net - https://pre02.deviantart.net - https://pre03.deviantart.net - https://pre04.deviantart.net - https://pre05.deviantart.net - https://pre06.deviantart.net - https://pre07.deviantart.net - https://pre08.deviantart.net - https://pre09.deviantart.net - https://pre10.deviantart.net - https://pre11.deviantart.net - https://pre12.deviantart.net - https://pre13.deviantart.net - https://pre14.deviantart.net - https://pre15.deviantart.net

1
1
2
3
4
5
6
7