Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyue committed Nov 3, 2023
1 parent 4f7c399 commit 077d42c
Show file tree
Hide file tree
Showing 9 changed files with 795 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Assets/.DS_Store
Binary file not shown.
Binary file modified Assets/Plugins/.DS_Store
Binary file not shown.
Binary file modified Assets/Plugins/PC/.DS_Store
Binary file not shown.
Binary file modified Assets/Sample/.DS_Store
Binary file not shown.
Binary file modified Assets/SensorsAnalytics/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## SDK 简介

Unity SDK 是一款用于 Unity 游戏引擎的埋点 SDK,支持 Android、iOS、Windows 和 macOS
Unity SDK 是一款用于 Android、iOS 平台 Unity App 埋点的 SDK

## 集成文档

Expand Down
762 changes: 762 additions & 0 deletions SensorsAnalyticsPCSDK.csproj

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions sa-sdk-unity.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SensorsAnalyticsPCSDK", "SensorsAnalyticsPCSDK.csproj", "{C6A7EB81-520A-E9A6-57DB-D401237991D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{B89A43B9-C532-0466-8F53-E8F441CBF65F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{356A1B68-440D-1837-ED6B-CC4E454715C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6A7EB81-520A-E9A6-57DB-D401237991D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6A7EB81-520A-E9A6-57DB-D401237991D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6A7EB81-520A-E9A6-57DB-D401237991D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6A7EB81-520A-E9A6-57DB-D401237991D3}.Release|Any CPU.Build.0 = Release|Any CPU
{B89A43B9-C532-0466-8F53-E8F441CBF65F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B89A43B9-C532-0466-8F53-E8F441CBF65F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B89A43B9-C532-0466-8F53-E8F441CBF65F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B89A43B9-C532-0466-8F53-E8F441CBF65F}.Release|Any CPU.Build.0 = Release|Any CPU
{356A1B68-440D-1837-ED6B-CC4E454715C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{356A1B68-440D-1837-ED6B-CC4E454715C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{356A1B68-440D-1837-ED6B-CC4E454715C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{356A1B68-440D-1837-ED6B-CC4E454715C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 077d42c

Please sign in to comment.