Skip to content

Commit

Permalink
VRCAdvancedPickup - First Release
Browse files Browse the repository at this point in the history
*Fully functional but not very tested Syncing of Pickups
  • Loading branch information
Packer committed Feb 11, 2023
1 parent b247158 commit 5c10846
Show file tree
Hide file tree
Showing 96 changed files with 2,924 additions and 5,048 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ sysinfo.txt
# Crashlytics generated file
crashlytics-build.properties

#Packer
Project/Assets/Art/Weapons*
Project/Assets/Scripts/RotationTest.cs.meta
Project/Assets/Scripts/RotationTest.cs
Binary file added Project/Assets/Art/Axis.blend
Binary file not shown.
97 changes: 97 additions & 0 deletions Project/Assets/Art/Axis.blend.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Project/Assets/Art/Axis.blend1
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Material:
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: PolygonApocalypse
m_Name: PrototypeMaterial
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_ShaderKeywords: _GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
Expand Down Expand Up @@ -40,7 +40,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: 8ed981c46f51baf46ad76fe18be26c93, type: 3}
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
Expand All @@ -61,17 +61,17 @@ Material:
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0.5
- _GlossyReflections: 1
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SpecularHighlights: 0
- _SrcBlend: 1
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 0.4433962, g: 0.33254716, b: 0.33254716, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Project/Assets/Art/RGB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Project/Assets/Art/RGB.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Project/Assets/Art/Weapons/Materials/Green.mat
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Material:
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0.5
- _Glossiness: 0.521
- _GlossyReflections: 1
- _Metallic: 0
- _Mode: 0
Expand Down
Binary file removed Project/Assets/Art/Weapons/SM_Wep_SubMGun_02.fbx
Binary file not shown.
113 changes: 0 additions & 113 deletions Project/Assets/Art/Weapons/SM_Wep_SubMGun_02.fbx.meta

This file was deleted.

Loading

0 comments on commit 5c10846

Please sign in to comment.